Merge remote-tracking branch 'origin/master'
| | |
| | | // 设置整个项目的背景色 |
| | | page { |
| | | background-color: #f5f5f5; |
| | | height: 100%; |
| | | } |
| | | |
| | | /* #endif */ |
| | |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/tabBar/notice/measures", |
| | | "style" : |
| | | { |
| | | "navigationStyle": "custom", |
| | | "navigationBarTitleText": "", |
| | | "enablePullDownRefresh": false, |
| | | "app-plus": { |
| | | "scrollIndicator": "none" |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/tabBar/firstPage/firstPage", |
| | | "style" : |
| | | { |
| | | "navigationStyle": "custom", |
| | | "navigationBarTitleText": "", |
| | | "enablePullDownRefresh": false, |
| | | "app-plus": { |
| | | "scrollIndicator": "none" |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/tabBar/response/response", |
| | | "style" : |
| | | { |
| | |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/tabBar/current/current", |
| | | "style" : |
| | | { |
| | | "navigationStyle": "custom", |
| | | "navigationBarTitleText": "", |
| | | "enablePullDownRefresh": true, |
| | | "app-plus": { |
| | | "scrollIndicator": "none", |
| | | "pullToRefresh": { |
| | | "support": true, |
| | | "color": "#000000", |
| | | "style": "circle" |
| | | } |
| | | } |
| | | } |
| | | }, |
| | | { |
| | | "path" : "pages/tabBar/weather/weather", |
| | | "style" : |
| | | { |
| | | "navigationStyle": "custom", |
| | | "navigationBarTitleText": "", |
| | | "enablePullDownRefresh": false, |
| | | "app-plus": { |
| | | "scrollIndicator": "none" |
| | | } |
| | | } |
| | | } |
| | | ], |
| | | "globalStyle": { |
| | |
| | | "custom": true, |
| | | "list": [ |
| | | { |
| | | "pagePath": "pages/tabBar/firstPage/firstPage" |
| | | }, |
| | | { |
| | | "pagePath": "pages/tabBar/notice/notice" |
| | | }, |
| | | { |
| | |
| | | }, |
| | | { |
| | | "pagePath": "pages/tabBar/count/count" |
| | | }, |
| | | { |
| | | "pagePath": "pages/tabBar/current/current" |
| | | }, |
| | | { |
| | | "pagePath": "pages/tabBar/weather/weather" |
| | | } |
| | | |
| | | |
| | | |
| | | ] |
| | | } |
| | | } |
| | |
| | | </view> |
| | | </view> |
| | | <view class="content"> |
| | | <u-empty |
| | | text="数据累积中,统计分析模块待呈现……" |
| | | icon="http://cdn.uviewui.com/uview/empty/data.png" |
| | | > |
| | | </u-empty> |
| | | <u-empty text="数据累积中,统计分析模块待呈现……" mode="data"></u-empty> |
| | | </view> |
| | | <tabBar :currentPagePath="page"></tabBar> |
| | | </view> |
| | |
| | | |
| | | </script> |
| | | |
| | | <style> |
| | | <style lang='scss' scoped> |
| | | .box { |
| | | display: flex; |
| | | flex-direction: column; |
| | |
| | | "pagePath": "pages/tabBar/current/current", |
| | | "iconPath": "/static/send.png", |
| | | "selectedIconPath": "/static/send_selected.png", |
| | | "text": "信息" |
| | | "text": "我发布的" |
| | | }, |
| | | { |
| | | "pagePath": "pages/tabBar/information/information", |
| | |
| | | <template> |
| | | <view> |
| | | <view style="height: 100%;"> |
| | | <!-- 自定义导航栏 --> |
| | | <view class="navBarBox fix"> |
| | | <!-- 状态栏占位 --> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view style="margin-bottom: 50px;"> |
| | | <web-view :src="webViewUrl"></web-view> |
| | | <view style="height: 85%;"> |
| | | <!-- <web-view :src="webViewUrl"></web-view> --> |
| | | <iframe :src="webViewUrl" width="100%" height="100%"> </iframe> |
| | | </view> |
| | | <tabBar :currentPagePath="page"></tabBar> |
| | | </view> |
| | |
| | | }, |
| | | methods: { |
| | | goBack() { |
| | | console.log("1111") |
| | | uni.switchTab({ |
| | | url:'/pages/tabBar/firstPage/firstPage' |
| | | }); |
| | |
| | | } |
| | | .statusBar{ |
| | | background-color:lightgrey; |
| | | } |
| | | /deep/ .embed-map #detail .table-wrapper { |
| | | background-color: #f8f8f8; |
| | | margin-bottom: 50px; |
| | | } |
| | | </style> |