添加物业公积金支付成功提示

This commit is contained in:
赵毅 2025-09-27 10:48:24 +08:00
parent e03aed53a5
commit 76ba1351e0

View File

@ -522,8 +522,15 @@ export default {
order_pay_id: res.id, order_pay_id: res.id,
} }
request(apiArr.tradeQuery, "POST", params).then(res => { request(apiArr.tradeQuery, "POST", params).then(res => {
this.getRoomSelect(); if (res && res.pay_status == 1) {
this.getUserGovenmentMoney(); uni.showToast({
title: '支付成功',
icon: 'success',
duration: 2000
});
this.getRoomSelect();
this.getUserGovenmentMoney();
}
}) })
}); });
} else if (res.cancel) { } else if (res.cancel) {