From 76ba1351e06576d7996fcdbc01e50873fd945891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Sat, 27 Sep 2025 10:48:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=A9=E4=B8=9A=E5=85=AC?= =?UTF-8?q?=E7=A7=AF=E9=87=91=E6=94=AF=E4=BB=98=E6=88=90=E5=8A=9F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/propertyPayment/index.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/packages/community/propertyPayment/index.vue b/packages/community/propertyPayment/index.vue index 68b6629f..b6e5ee51 100644 --- a/packages/community/propertyPayment/index.vue +++ b/packages/community/propertyPayment/index.vue @@ -522,8 +522,15 @@ export default { order_pay_id: res.id, } request(apiArr.tradeQuery, "POST", params).then(res => { - this.getRoomSelect(); - this.getUserGovenmentMoney(); + if (res && res.pay_status == 1) { + uni.showToast({ + title: '支付成功', + icon: 'success', + duration: 2000 + }); + this.getRoomSelect(); + this.getUserGovenmentMoney(); + } }) }); } else if (res.cancel) {