新增骨架屏

This commit is contained in:
JS-LM
2023-06-16 15:48:36 +08:00
parent 67dec00cf7
commit e6bfdfaf5d
3 changed files with 675 additions and 1103 deletions

View File

@@ -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) {