提现微信打款更新

This commit is contained in:
lanzhihui 2026-04-27 09:53:25 +08:00
parent bb6bd5b1e1
commit 7b2ba8103b
2 changed files with 3 additions and 3 deletions

View File

@ -415,7 +415,7 @@ export default {
if (vm.throttle) {
vm.withdrawalShow = false
let url = ''
if (vm.way === 'weixin' && localStorage.getItem('merchant_id') === '596') {
if (vm.way === 'weixin') {
url = '/s/h5/communities/UserWithdrawal/v2'
// vm.showWxPayConfirm = true
// vm.wxPayPrepareData = { url, data } //
@ -437,7 +437,7 @@ export default {
vm.value = ''
if (data.status === 1) {
if (vm.way === 'weixin' && localStorage.getItem('merchant_id') === '596') {
if (vm.way === 'weixin') {
//
vm.openWxTransfer(data)
} else {

View File

@ -152,7 +152,7 @@ export default {
$toastSuccess('提现成功')
vm.getList() //
} else if (resp.err_msg === 'requestMerchantTransfer:cancel') {
$toastText('已取消,金额保持冻结')
$toastText('已取消')
vm.getList()
} else {
$toastText('支付失败')