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