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