Commit 1a77c191 authored by 黄奎's avatar 黄奎

11

parent 418c0ca4
......@@ -88,6 +88,11 @@
<el-switch v-model="addMsg.IsShowNav" active-color="#409EFF" :active-value="1" :inactive-value="0">
</el-switch>
</el-form-item>
<el-form-item label="显示底部导航条">
<el-switch v-model="addMsg.IsShowBottomTabBar" active-color="#409EFF" :active-value="1"
:inactive-value="0">
</el-switch>
</el-form-item>
<el-form-item label="模板和导航">
<div style="max-width:480px;">
<div class="Custom_item" v-for="(item,index) in addMsg.DetailsList" :key="index">
......@@ -154,6 +159,7 @@
IsHome: 0,
IsUse: 1,
IsShowNav: 0,
IsShowBottomTabBar:1,//是否显示底部导航
DetailsList: []
},
total: 0,
......
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