feat:去掉充值

This commit is contained in:
2025-12-17 20:28:10 +08:00
parent 761f273a5d
commit 1b12f770e2
4 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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);