mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-19 18:45:03 +08:00
提现手续费改为5元
This commit is contained in:
@@ -454,7 +454,7 @@ public class AdapayMemberService {
|
||||
}
|
||||
|
||||
// 提现手续费 每笔固定10元
|
||||
BigDecimal feeAmt = new BigDecimal("10");
|
||||
BigDecimal feeAmt = new BigDecimal("5");
|
||||
|
||||
// 实际提现到账金额
|
||||
BigDecimal cashAmt = adapayAccountBalanceVO.getAvlBalance().subtract(feeAmt);
|
||||
|
||||
@@ -151,7 +151,7 @@ export default {
|
||||
createTimeRange:'',
|
||||
adapayMember:{},
|
||||
dialogVisible: false,
|
||||
withdrawalFee:10
|
||||
withdrawalFee: 5
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
Reference in New Issue
Block a user