mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 12:56:45 +08:00
【fix】 修复在未选择图片以及选择图片与孩子数量不同时,没有提示信息
This commit is contained in:
@@ -46,7 +46,7 @@ export default {
|
|||||||
// console.log(child);
|
// console.log(child);
|
||||||
if (child.imgPath == '' || child.imgPath == null) {
|
if (child.imgPath == '' || child.imgPath == null) {
|
||||||
// return this.$toast('请上传' + child.name + '的作品')
|
// return this.$toast('请上传' + child.name + '的作品')
|
||||||
i--
|
num--
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(num == 0){
|
if(num == 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user