tabbar 优化
This commit is contained in:
parent
280e76e9b9
commit
d5a6c020b4
15
pages.json
15
pages.json
@ -1527,7 +1527,20 @@
|
|||||||
"selectedIconPath": "static/tabbar_icon/e-a.png",
|
"selectedIconPath": "static/tabbar_icon/e-a.png",
|
||||||
"text": "我的"
|
"text": "我的"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"midButton": {
|
||||||
|
"width": "138rpx",
|
||||||
|
"height": "126rpx",
|
||||||
|
"iconWidth": "78rpx",
|
||||||
|
"pagePath": "pages/plant_release/index",
|
||||||
|
"iconPath": "static/tabbar_icon/d.png",
|
||||||
|
// "selectedIconPath": "static/tabbar_icon/d-a.png",
|
||||||
|
|
||||||
|
"text": "发布"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
"condition": { //模式配置,仅开发期间生效
|
"condition": { //模式配置,仅开发期间生效
|
||||||
"current": 0, //当前激活的模式(list 的索引项)
|
"current": 0, //当前激活的模式(list 的索引项)
|
||||||
|
@ -17,6 +17,7 @@
|
|||||||
|
|
||||||
<!-- <view v-if="!isUser" class="header" :style="{backgroundColor:currentNav==1?'':'#ffffff'}">
|
<!-- <view v-if="!isUser" class="header" :style="{backgroundColor:currentNav==1?'':'#ffffff'}">
|
||||||
|
|
||||||
|
<view class="header">
|
||||||
<view class="tool-bar">
|
<view class="tool-bar">
|
||||||
<view class='iconfont icon-xiangzuo' @tap='goBack'></view>
|
<view class='iconfont icon-xiangzuo' @tap='goBack'></view>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user