mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-16 15:58:41 +08:00
后管充值本金
This commit is contained in:
@@ -289,7 +289,7 @@ export default {
|
||||
computed: {
|
||||
// 子类型 进账:10-充值, 11-赠送, 12-订单结算退款 出账:20-后管扣款, 21-订单付款, 22-用户退款
|
||||
subType() {
|
||||
return this.type === '1' ? '11' : '20';
|
||||
return this.type === '1' ? '10' : '20';
|
||||
}
|
||||
},
|
||||
created() {
|
||||
@@ -383,7 +383,7 @@ export default {
|
||||
},
|
||||
// 重置 充值赠送金额相关
|
||||
resetBalance() {
|
||||
console.log("重置 充值赠送金额相关");
|
||||
// console.log("重置 充值赠送金额相关");
|
||||
this.openUpdateBalance = false;
|
||||
this.updatePrincipalBalance = "";
|
||||
this.updateBalanceMemberId = "";
|
||||
|
||||
Reference in New Issue
Block a user