提现微信打款更新
This commit is contained in:
parent
bb6bd5b1e1
commit
7b2ba8103b
@ -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 {
|
||||
|
||||
@ -152,7 +152,7 @@ export default {
|
||||
$toastSuccess('提现成功')
|
||||
vm.getList() // 刷新列表
|
||||
} else if (resp.err_msg === 'requestMerchantTransfer:cancel') {
|
||||
$toastText('已取消,金额保持冻结')
|
||||
$toastText('已取消')
|
||||
vm.getList()
|
||||
} else {
|
||||
$toastText('支付失败')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user