diff --git a/src/views/users/IncomeWithdrawal.vue b/src/views/users/IncomeWithdrawal.vue index 83af53b..034e40b 100644 --- a/src/views/users/IncomeWithdrawal.vue +++ b/src/views/users/IncomeWithdrawal.vue @@ -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 { diff --git a/src/views/users/withdrawalRecord.vue b/src/views/users/withdrawalRecord.vue index 995c1a4..8558edd 100644 --- a/src/views/users/withdrawalRecord.vue +++ b/src/views/users/withdrawalRecord.vue @@ -152,7 +152,7 @@ export default { $toastSuccess('提现成功') vm.getList() // 刷新列表 } else if (resp.err_msg === 'requestMerchantTransfer:cancel') { - $toastText('已取消,金额保持冻结') + $toastText('已取消') vm.getList() } else { $toastText('支付失败')