添加物业公积金支付成功提示
This commit is contained in:
parent
e03aed53a5
commit
76ba1351e0
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user