| | |
| | | <template> |
| | | <view class="policeDetails"> |
| | | <!-- 自定义顶部导航栏 --> |
| | | <!-- <navBarTop :title="'我要报'"></navBarTop> --> |
| | | <uni-nav-bar class="uni-nav-bar-info" :fixed="true" :status-bar="true"> |
| | | <view class="title" slot="default">{{title}}</view> |
| | | <view slot="left" class="uni-nav-bar-left" @click="goBack()"> |
| | | <image :src="backImage"></image> |
| | | </view> |
| | | <view class="right" slot="right"> |
| | | <view class="title-right">历史上报</view> |
| | | </view> |
| | | </uni-nav-bar> |
| | | <u-navbar |
| | | :is-back="true" |
| | | title="事件上报" |
| | | :background="background" |
| | | back-icon-color="#FFF" |
| | | title-color="#FFF" |
| | | > |
| | | <view class="navbar-right" slot="right">历史上报</view> |
| | | </u-navbar> |
| | | <!-- <view class="row address"> |
| | | <view class="title">地址</view> |
| | | <input v-model="place" placeholder="请输入地址" /> |
| | |
| | | imgs: [], |
| | | videos: [], |
| | | title: '事件上报', |
| | | backImage: '../../static/images/nav/back02.png' |
| | | backImage: '../../static/images/nav/back02.png', |
| | | background:{ |
| | | backgroundColor:"#0BB9C8" |
| | | } |
| | | } |
| | | }, |
| | | methods: { |
| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | |
| | | .navbar-right{ |
| | | color: #fff; |
| | | font-size: 0.7rem; |
| | | margin-right: 1.5rem; |
| | | margin-top: 0.2rem; |
| | | } |
| | | |
| | | .uni-nav-bar-info { |
| | | // font-weight: 550; |