tianhui 3 gadi atpakaļ
vecāks
revīzija
5f9158395c

+ 1 - 1
pages/getin/getin.vue

@@ -192,7 +192,7 @@
 			setTimeout( () => {
 				this.timeList[0].time = this.inTime;
 			}, 1000);
-			if(this.timeList[0].time!==null){
+			if(this.timeList[0].time==null){
 				this.timevalue=this.timeList[1].time
 				this.timeList[0].disabled=true
 			}else{

+ 1 - 0
pages/getout/getoutpage/getoutpage.vue

@@ -256,6 +256,7 @@
 				    onlyFromCamera: true,
 					scanType:['barCode','qrCode'],
 				    success:  (res) => {
+						console.log(res)
 						this.payParams.code = res.result;
 						this.$u.api.gzbankSwept(this.payParams)
 						.then(res=>{

+ 1 - 0
pages/login/login.vue

@@ -75,6 +75,7 @@
 				
 				//#ifdef APP-PLUS
 				this.form.deviceNo = device?.getDeviceInfo()?.deviceId;
+				// this.form.deviceNo = '123456789';
 				//#endif
 				//#ifdef H5
 				 this.form.deviceNo = '123456789';