From 69103172a288e6ff1e53a44fe668a084ba641c98 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 8 Sep 2023 13:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BA=8C=E7=BB=B4=E7=A0=81?= =?UTF-8?q?=E5=81=9C=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/fee/payQrCode.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pages/fee/payQrCode.vue b/pages/fee/payQrCode.vue index 273572d..b03bfe1 100644 --- a/pages/fee/payQrCode.vue +++ b/pages/fee/payQrCode.vue @@ -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,