提现手续费改为5元

This commit is contained in:
2023-08-03 09:58:05 +08:00
parent 9ae0f04a2b
commit d2d624fc7b
2 changed files with 2 additions and 2 deletions

View File

@@ -454,7 +454,7 @@ public class AdapayMemberService {
} }
// 提现手续费 每笔固定10元 // 提现手续费 每笔固定10元
BigDecimal feeAmt = new BigDecimal("10"); BigDecimal feeAmt = new BigDecimal("5");
// 实际提现到账金额 // 实际提现到账金额
BigDecimal cashAmt = adapayAccountBalanceVO.getAvlBalance().subtract(feeAmt); BigDecimal cashAmt = adapayAccountBalanceVO.getAvlBalance().subtract(feeAmt);

View File

@@ -151,7 +151,7 @@ export default {
createTimeRange:'', createTimeRange:'',
adapayMember:{}, adapayMember:{},
dialogVisible: false, dialogVisible: false,
withdrawalFee:10 withdrawalFee: 5
}; };
}, },
methods: { methods: {