seller/src/views/goods/goods-seller/goodsOperationSec.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
seller/src/views/goods/goods-seller/goodsOperationSec.vue
@@ -2198,8 +2198,8 @@ // todo 文件上传 async upLoadImg(file) { console.log(file, this.count++); if (this.listImages.length >= 5) { this.$Message.error("图片上传不能超过5个"); if (this.listImages.length >= 10) { this.$Message.error("图片上传不能超过10个"); return; } try {