路径调整
This commit is contained in:
parent
53d909a4ba
commit
bed0427cd5
@ -156,6 +156,9 @@
|
||||
|
||||
dialogInputConfirm(val) {
|
||||
if (val) {
|
||||
uni.showLoading({
|
||||
title: '请稍等'
|
||||
})
|
||||
payout({
|
||||
points: val
|
||||
}).then(res => {
|
||||
@ -163,6 +166,7 @@
|
||||
|
||||
// 关闭窗口后,恢复默认内容
|
||||
entPay(res.data.orderNo).then(payS => {
|
||||
uni.hideLoading()
|
||||
if (wx.canIUse('requestMerchantTransfer')) {
|
||||
wx.requestMerchantTransfer({
|
||||
mchId: payS.config.mchId,
|
||||
@ -186,6 +190,7 @@
|
||||
this.$refs.inputDialog.close()
|
||||
}
|
||||
}).catch((e) => {
|
||||
uni.hideLoading()
|
||||
toast(e)
|
||||
})
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user