feat:去掉充值
This commit is contained in:
@@ -66,7 +66,7 @@ export default {
|
||||
handleAmount,
|
||||
getOperationButtons(item) {
|
||||
return [
|
||||
{ type: 'recharge', text: '充值', show: item.isRecharge },
|
||||
// { type: 'recharge', text: '充值', show: item.isRecharge },
|
||||
{ type: 'withdraw', text: '提现', show: item.isWithdrawal },
|
||||
{ type: 'exchange', text: '兑换', show: item.isExchange }
|
||||
].filter(btn => btn.show);
|
||||
|
||||
Reference in New Issue
Block a user