| | |
| | | <view class="box_wu" v-else> |
| | | <image src="@/static/icon/default_nodata@2x.png" mode="widthFix"></image> |
| | | </view> |
| | | <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 100rpx);"></view> |
| | | <!-- <view style="width: 100%; height: calc(env(safe-area-inset-bottom) + 100rpx);"></view> |
| | | <view class="box_footer"> |
| | | <u-button type="primary" shape="circle" color="#437CB3" text="新增报案理赔" @click="baoan"></u-button> |
| | | </view> |
| | | </view> --> |
| | | <MyTabbar :currentPage="currentPage" /> |
| | | </view> |
| | | </template> |
| | | |
| | | <script> |
| | | import MyTabbar from '@/components/my-tabbar/my-tabbar.vue' |
| | | export default { |
| | | components: { MyTabbar }, |
| | | data() { |
| | | return { |
| | | num: 0, |
| | |
| | | { name: '待结案', id: '12' }, |
| | | { name: '已结案', id: '13' }, |
| | | { name: '已撤案', id: '14' } |
| | | ] |
| | | ], |
| | | currentPage: '/pages/online_reporting/online_reporting', |
| | | }; |
| | | }, |
| | | onLoad() { |
| | |
| | | position: absolute; |
| | | top: 0; |
| | | right: 0; |
| | | width: 118rpx; |
| | | padding: 0 20rpx; |
| | | box-sizing: border-box; |
| | | height: 52rpx; |
| | | line-height: 52rpx; |
| | | text-align: center; |