Commit 5140c159 authored by zhengke's avatar zhengke

修改

parent 9a4d5e05
...@@ -192,7 +192,7 @@ ...@@ -192,7 +192,7 @@
</el-form-item> </el-form-item>
</el-form-item> </el-form-item>
<el-form-item label="用户查看微信次数" v-if="isShowWechat"> <el-form-item label="用户查看微信次数" v-if="isShowWechat">
<el-input v-model="msg.LookWeChatTimes" placeholder="请填写次数" class="inputM_l" /> <el-input v-model="msg.LookWeChatTimes" @keyup.native="checkInteger(msg,'LookWeChatTimes')" placeholder="请填写次数" class="inputM_l" />
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
...@@ -944,6 +944,7 @@ ...@@ -944,6 +944,7 @@
Custom: 0, Custom: 0,
TurnLink: '', TurnLink: '',
TurnIco: 0, TurnIco: 0,
LookWeChatTimes: 0
}, },
checkbox: { checkbox: {
PayWay: [], 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