mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-06-12 10:00:57 +08:00
优化二维码停用
This commit is contained in:
parent
4406b8eaa9
commit
69103172a2
@ -80,7 +80,8 @@
|
|||||||
preFee: "",
|
preFee: "",
|
||||||
qrcodeName: "支付二维码",
|
qrcodeName: "支付二维码",
|
||||||
queryWay: "1001",
|
queryWay: "1001",
|
||||||
smsValidate: "ON"
|
smsValidate: "ON",
|
||||||
|
state:''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -95,6 +96,13 @@
|
|||||||
this.queryWay = _flag;
|
this.queryWay = _flag;
|
||||||
},
|
},
|
||||||
_queryOwnerInfo:function(){
|
_queryOwnerInfo:function(){
|
||||||
|
if(this.config.state != 'ON'){
|
||||||
|
uni.showToast({
|
||||||
|
icon:'none',
|
||||||
|
title:'二维码已停用'
|
||||||
|
});
|
||||||
|
return;
|
||||||
|
}
|
||||||
let _that = this;
|
let _that = this;
|
||||||
getQrcodeOwner(this,{
|
getQrcodeOwner(this,{
|
||||||
pfqId:this.pfqId,
|
pfqId:this.pfqId,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user