Commit 69b407fe authored by zhangjianguo's avatar zhangjianguo

充值按钮

parent b46251f0
......@@ -19,6 +19,16 @@
inactive-text="">
</el-switch>
</el-form-item>
<el-form-item label="是否开启充值按钮" >
<el-switch
style="margin-left: 10px"
:active-value="1"
:inactive-value="0"
v-model="msg.IsOpenBtn"
active-text=""
inactive-text="">
</el-switch>
</el-form-item>
<el-form-item label="是否开放自定义金额" >
<el-switch
......@@ -105,6 +115,7 @@
return{
msg:{
IsOpenBalance:0,
IsOpenBtn:0,
IsExploitMoney:0,
BackImg:'',
AdvertisingImg:'',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment