mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-02 09:00:03 +08:00
后管充值本金
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
<!-- 添加或修改会员余额对话框 -->
|
||||
<el-dialog title="会员充值/扣款" @close="closeUpdateBalance" :visible.sync="openUpdateBalance" width="500px"
|
||||
append-to-body>
|
||||
<p>后管平台只能充值赠送余额,本金余额只能客户通过手机端充值</p>
|
||||
<p>线下充值本金,客户直接在线下付款给商家</p>
|
||||
<el-form ref="form" :model="form" :rules="rules" label-width="80px">
|
||||
<el-form-item label="操作类型">
|
||||
<el-radio v-model="type" label="1" border>充值</el-radio>
|
||||
@@ -385,7 +385,7 @@ export default {
|
||||
resetBalance() {
|
||||
console.log("重置 充值赠送金额相关");
|
||||
this.openUpdateBalance = false;
|
||||
this.updateBalance = "";
|
||||
this.updatePrincipalBalance = "";
|
||||
this.updateBalanceMemberId = "";
|
||||
this.type = "1";
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user