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) {