| | |
| | | <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> |