路径调整

This commit is contained in:
13405411873 2025-04-29 11:05:01 +08:00
parent 53d909a4ba
commit bed0427cd5

View File

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