Commit 05ce9a63 authored by 黄奎's avatar 黄奎

页面修改

parent 4c77d9e3
......@@ -194,10 +194,13 @@
<el-form-item label="用户查看微信次数" v-if="isShowWechat">
<el-input v-model="msg.LookWeChatTimes" @keyup.native="checkInteger(msg,'LookWeChatTimes')" placeholder="请填写次数" class="inputM_l" />
</el-form-item>
<el-form-item label="是否开启引导页" v-if="isShowWechat">
<el-switch class="inputM_l" :active-value="1" :inactive-value="0" v-model="msg.IsOpenGuide"
active-text="" inactive-text="">
</el-switch>
</el-form-item>
</el-form>
</div>
<div class="title"><span>交易设置</span></div>
<div class="form-body">
<el-form :model="msg" :rules="rules" ref="msg" label-width="200px" style="padding:0 20px;">
......@@ -944,7 +947,8 @@
Custom: 0,
TurnLink: '',
TurnIco: 0,
LookWeChatTimes: 0
LookWeChatTimes: 0,//每月可查看微信次数
IsOpenGuide:1,//是否开启引导页
},
checkbox: {
PayWay: [],
......
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