Ver Fonte

bug 修复

lilei há 4 anos atrás
pai
commit
61033e9412
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      pages/shopTourOver/shopTourOver.vue

+ 2 - 2
pages/shopTourOver/shopTourOver.vue

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