|
@@ -1314,6 +1314,7 @@
|
|
this.$modal.msg('请至少上传一张照片和一个视频')
|
|
this.$modal.msg('请至少上传一张照片和一个视频')
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
|
|
+
|
|
//暂存
|
|
//暂存
|
|
this.againSubmitBHG();
|
|
this.againSubmitBHG();
|
|
}
|
|
}
|
|
@@ -1349,6 +1350,7 @@
|
|
if (e == 'submit') {
|
|
if (e == 'submit') {
|
|
if (this.imgArr.length <= 0) {
|
|
if (this.imgArr.length <= 0) {
|
|
this.$modal.msg('请上传照片或视频')
|
|
this.$modal.msg('请上传照片或视频')
|
|
|
|
+ return
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// else if (this.loading == false) {
|
|
// else if (this.loading == false) {
|