Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcdj-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
db0cb3e7
authored
2023-07-28 13:05:11 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
1
1 parent
c7b84eb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/components/imagePreview.vue
src/views/components/imagePreview.vue
View file @
db0cb3e
<!--
* @Description:
* @Autor: renchao
* @LastEditTime: 2023-07-28 1
2:00
:45
* @LastEditTime: 2023-07-28 1
3:04
:45
-->
<
template
>
<div
class=
"rlPopup"
>
...
...
@@ -253,7 +253,7 @@
* @author: renchao
*/
async
handleChange
(
file
,
files
)
{
debugger
console
.
log
(
files
,
'filesfiles'
);
// 清空 fileList 数组
let
length
=
files
.
length
;
this
.
maxLength
=
Math
.
max
(
length
,
this
.
maxLength
)
...
...
Please
register
or
sign in
to post a comment