tianhui 3 년 전
부모
커밋
5f9158395c
3개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/getin/getin.vue
  2. 1 0
      pages/getout/getoutpage/getoutpage.vue
  3. 1 0
      pages/login/login.vue

+ 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';