zhengkaixin 2 주 전
부모
커밋
40a0ef03af
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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();
 					
 				})