zhengkaixin 1 semana atrás
pai
commit
40a0ef03af
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      components/Tabbar.vue

+ 5 - 2
components/Tabbar.vue

@@ -69,7 +69,7 @@
 				}else{
 				}else{
 					if(process.jphelp.NODE_ENV=='dev'){
 					if(process.jphelp.NODE_ENV=='dev'){
 						//this.findStationByGun("YQ202207150011001")
 						//this.findStationByGun("YQ202207150011001")
-						this.findStationByGun("E50")
+						this.findStationByGun("E5011")
 						
 						
 					}else{
 					}else{
 						this.getScanCode()
 						this.getScanCode()
@@ -106,7 +106,10 @@
 					
 					
 				
 				
 				}).catch(error => {
 				}).catch(error => {
-					
+					uni.showToast({
+						title: "查询失败,"+error,
+						icon: "none"
+					})
 					uni.hideLoading();
 					uni.hideLoading();
 					
 					
 				})
 				})