Browse Source

bug 修复

lilei 4 years ago
parent
commit
61033e9412
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/shopTourOver/shopTourOver.vue

+ 2 - 2
pages/shopTourOver/shopTourOver.vue

@@ -67,9 +67,8 @@
 			//  是否提交
 			//  是否提交
 			isSubmit(){
 			isSubmit(){
 				let _this = this
 				let _this = this
-				if(this.sign == 2&&this.storeManagerSign && this.inspectorSign){
+				if(this.storeManagerSign && this.inspectorSign){
 					console.log('正常提交')
 					console.log('正常提交')
-					uni.hideLoading()
 					clzConfirm({
 					clzConfirm({
 						title: '提示',
 						title: '提示',
 						content: '确定提交本次巡店?',
 						content: '确定提交本次巡店?',
@@ -131,6 +130,7 @@
 						icon:'none',
 						icon:'none',
 						title: ret.message
 						title: ret.message
 					})
 					})
+					uni.hideLoading()
 				})
 				})
 			}
 			}
 		}
 		}