【类 型】:
【主 题】: 【描 述】: [原因]: [过程]: [影响]: 【结 束】 # 类型 包含: # feat:新功能(feature) # fix:修补bug # docs:文档(documentation) # style: 格式(不影响代码运行的变动) # refactor:重构(即不是新增功能,也不是修改bug的代码变动) # test:增加测试 # chore:构建过程或辅助工具的变动 Merge branch 'master' of http://111.229.174.37:9090/Bonobo.Git.Server/food_wechat # Conflicts: # components/tabbar/tabbar.vue
This commit is contained in:
commit
5091f86535
@ -2,8 +2,12 @@
|
|||||||
<view>
|
<view>
|
||||||
<u-tabbar :value="current" @change="handleTabChange" :fixed="true" :placeholder="true"
|
<u-tabbar :value="current" @change="handleTabChange" :fixed="true" :placeholder="true"
|
||||||
:safeAreaInsetBottom="true" activeColor="#D43030">
|
:safeAreaInsetBottom="true" activeColor="#D43030">
|
||||||
|
<<<<<<< HEAD
|
||||||
<u-tabbar-item v-for="(item,index) in tabList" :key="index" class="fz28" :text="item.name"
|
<u-tabbar-item v-for="(item,index) in tabList" :key="index" class="fz28" :text="item.name"
|
||||||
:icon="item.icon"></u-tabbar-item>
|
:icon="item.icon"></u-tabbar-item>
|
||||||
|
=======
|
||||||
|
<u-tabbar-item v-for="item,index in tabList" :key="index" class="fz24" text="item.name" icon="item.icon"></u-tabbar-item>
|
||||||
|
>>>>>>> 461e7d19503b8bc0c8c89afefdc392d6db564fdf
|
||||||
</u-tabbar>
|
</u-tabbar>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
@ -13,6 +17,7 @@
|
|||||||
name: "tabbar",
|
name: "tabbar",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
<<<<<<< HEAD
|
||||||
tabList: [ //tabbar列表
|
tabList: [ //tabbar列表
|
||||||
{
|
{
|
||||||
'name': '首页',
|
'name': '首页',
|
||||||
@ -26,6 +31,12 @@
|
|||||||
'name': '我的',
|
'name': '我的',
|
||||||
'icon': 'account'
|
'icon': 'account'
|
||||||
}
|
}
|
||||||
|
=======
|
||||||
|
tabList:[//tabbar列表
|
||||||
|
{name:'首页',icon:'home'},
|
||||||
|
{name:'点餐',icon:'grid'},
|
||||||
|
{name:'我的',icon:'account'}
|
||||||
|
>>>>>>> 461e7d19503b8bc0c8c89afefdc392d6db564fdf
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user