mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 17:40:13 +08:00
新增骨架屏
This commit is contained in:
@@ -410,9 +410,9 @@ export default {
|
||||
},
|
||||
handleExceed(files, fileList) {
|
||||
this.$message.warning(
|
||||
`当前限制选择 1 个文件,本次选择了 ${
|
||||
`当前限制选择 1 张图片,本次选择了 ${
|
||||
files.length
|
||||
} 个文件,共选择了 ${files.length + fileList.length} 个文件`
|
||||
} 张,共选择了 ${files.length + fileList.length} 张`
|
||||
);
|
||||
},
|
||||
handleSuccess(res, file) {
|
||||
|
||||
Reference in New Issue
Block a user