소스 검색

修改bug

zhanghongrui 9 달 전
부모
커밋
0fe1347a41
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages/oldrenovation/indoor/indoor.vue

+ 2 - 0
pages/oldrenovation/indoor/indoor.vue

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