...
|
...
|
@@ -56,11 +56,11 @@ |
|
|
</view>
|
|
|
</view>
|
|
|
<u-tabbar
|
|
|
v-model="tabBarCurrent"
|
|
|
:show="show"
|
|
|
:bg-color="bgColor"
|
|
|
:border-top="borderTop"
|
|
|
:list="tabBarList"
|
|
|
v-model="tabBarCurrent"
|
|
|
:show="show"
|
|
|
:bg-color="bgColor"
|
|
|
:border-top="borderTop"
|
|
|
:list="tabBarList"
|
|
|
:mid-button="midButton"
|
|
|
:inactive-color="inactiveColor"
|
|
|
:activeColor="activeColor"
|
...
|
...
|
@@ -78,21 +78,18 @@ |
|
|
bgColor: '#ffffff',
|
|
|
borderTop: true,
|
|
|
tabBarList: [{
|
|
|
pagePath: "pages/index/index",
|
|
|
iconPath: "/static/image/ic_8@2x.png",
|
|
|
selectedIconPath: "/static/image/ic_8_select@2x.png",
|
|
|
text: '首页',
|
|
|
customIcon: false,
|
|
|
},
|
|
|
{
|
|
|
pagePath: "pages/demand/publish",
|
|
|
iconPath: "/static/image/ic_9@2x.png",
|
|
|
selectedIconPath: "/static/image/ic_9_select@2x.png",
|
|
|
text: '需求',
|
|
|
iconPath: "/static/image/ic_56@2x.png",
|
|
|
selectedIconPath: "/static/image/ic_56@2x.png",
|
|
|
text: '组织架构',
|
|
|
customIcon: false,
|
|
|
},
|
|
|
{
|
|
|
pagePath: "pages/my/my",
|
|
|
iconPath: "/static/image/ic_10@2x.png",
|
|
|
selectedIconPath: "/static/image/ic_10_select@2x.png",
|
|
|
text: '我的',
|
...
|
...
|
|