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