Browse Source

parkingLock页面没有订单ID不继续往下的业务逻辑

tianhui 3 years ago
parent
commit
06e0478bca
1 changed files with 11 additions and 7 deletions
  1. 11 7
      pages/parkingLock/parkingLock.vue

+ 11 - 7
pages/parkingLock/parkingLock.vue

@@ -139,14 +139,18 @@
 			}
 		},
 		onShow() {
+			if(this.orderId){
+				this.timer1 = setInterval(() => {
+					// uni.showLoading({
+					//     title: '订单查询中'
+					// });
+					this.show = true
+					this.getOrderDetails(this.orderId)
+				}, 2000)				
+			}else{
+				this.show = false
+			}
 			
-			this.timer1 = setInterval(() => {
-				// uni.showLoading({
-				//     title: '订单查询中'
-				// });
-				this.show = true
-				this.getOrderDetails(this.orderId)
-			}, 2000)
 		},
 		onHide() {
 			if (this.timer) {