zhengkaixin 1 місяць тому
батько
коміт
8b0cb74c4d
1 змінених файлів з 1 додано та 15 видалено
  1. 1 15
      pages/mylock/bindLock.vue

+ 1 - 15
pages/mylock/bindLock.vue

@@ -518,21 +518,7 @@
 			 
 			 	}).then((res) => {
 			 		uni.hideLoading();
-					 if (process.env.NODE_ENV === "development") {  
-						 var nowscan=res.data.floorlockInfoList;
-						 if(nowscan&&nowscan.length){
-						 	this.nowscan=nowscan[0];
-						 	this.bindInfo.lockNo=nowscan[0].lockNo
-						 	this.bindInfo.type=nowscan[0].type
-						 
-						 	this.bindInfo.lockName="智泊地锁"
-						 }
-						 
-						 uni.showToast({
-						 	title: "扫码成功",
-						 	icon: "none"
-						 })
-					 }
+					 
 			 		if (res.data.openBind) {
 			 			
 			 			var nowscan=res.data.floorlockInfoList;