zhengkaixin 1 viikko sitten
vanhempi
commit
40a0ef03af
1 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa
  1. 5 2
      components/Tabbar.vue

+ 5 - 2
components/Tabbar.vue

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