| | |
| | | "enablePullDownRefresh": false |
| | | } |
| | | }, |
| | | //消息详情 |
| | | //切换角色 |
| | | { |
| | | "path": "role/index", |
| | | "style": { |
| | | "navigationBarTitleText": "切换角色", |
| | | "enablePullDownRefresh": false |
| | | "enablePullDownRefresh": false, |
| | | "navigationBarBackgroundColor": "#4586fe", |
| | | "navigationBarTextStyle": "white" |
| | | } |
| | | } |
| | | ] |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <tabBar @change='change' :currentTab="0" :tabList="tabList"></tabBar> |
| | | <tabBar @change='change' :currentTab="0"></tabBar> |
| | | </view> |
| | | </template> |
| | | |
| | |
| | | |
| | | data() { |
| | | return { |
| | | menuList: uni.getStorageSync("menu") || [], |
| | | tabList: uni.getStorageSync("tabBarList") || [], |
| | | menuList: [], |
| | | selectBoxShow: false, |
| | | columns: [ |
| | | ['中国', '美国'] |
| | |
| | | }, |
| | | |
| | | onShow() { |
| | | this.menuList = uni.getStorageSync("menu") |
| | | this.getMenuList() |
| | | uni.hideTabBar() |
| | | }, |