| | |
| | | <template> |
| | | <div class="warp"> |
| | | <div class="warp" :style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/diverbanner.png)`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat' }"> |
| | | <scroll-view |
| | | scroll-y class="page" @scroll="onScroll"> |
| | | <div class="warp-box"> |
| | |
| | | import previewImage from '@/components/kxj-previewImage/kxj-previewImage.vue'; |
| | | import { mapState } from 'vuex'; |
| | | import { Debounce } from '../../../utils/util'; |
| | | import labaIcon from '@/static/image/无人值守/司机端首页/组 27 拷贝 3.jpg' |
| | | import newIcon from '@/static/image/无人值守/司机端首页/组 27.jpg' |
| | | export default { |
| | | components: { |
| | | combinedTitle, |
| | |
| | | }, |
| | | data() { |
| | | return { |
| | | labaIcon, |
| | | newIcon, |
| | | labaIcon:`${onlineurl}/appimg/image/司机端首页/组 27 拷贝 3.jpg`, |
| | | newIcon:`${onlineurl}/appimg/image/司机端首页/组 27.jpg`, |
| | | markFlag:'none', |
| | | noticeModelShow:false, |
| | | garidInitTop:'', //元素初始距离顶部的高度 |
| | |
| | | |
| | | case '历史订单': |
| | | uni.navigateTo({ |
| | | url: `/pages/driver-page/driver-index/bill-of-lading-details/historicalOrders/index?historyData=${JSON.stringify(this.driverBillOfLoadingData.list2)}` |
| | | url: `/pages/public-page/historicalOrders/index?historyData=${JSON.stringify(this.driverBillOfLoadingData.list2)}` |
| | | }); |
| | | break; |
| | | |
| | |
| | | |
| | | case '合作基地': |
| | | uni.navigateTo({ |
| | | url: '/pages/driver-page/driver-index/bill-of-lading-details/cooperationBase/index' |
| | | url: '/pages/public-page/cooperationBase/index' |
| | | }); |
| | | break; |
| | | |
| | |
| | | }, |
| | | todoHistory(){ |
| | | uni.navigateTo({ |
| | | url: `/pages/driver-page/driver-index/bill-of-lading-details/historicalOrders/index?historyData=${JSON.stringify( this.driverBillOfLoadingData.list2)}` |
| | | url: `/pages/public-page/historicalOrders/index?historyData=${JSON.stringify( this.driverBillOfLoadingData.list2)}` |
| | | }); |
| | | }, |
| | | todoNotice(item){ |
| | |
| | | flex: 1; |
| | | flex-direction: column; |
| | | padding-top: calc(var(--window-top) + 20px); |
| | | background:url('https://mx.jzeg.cn:9095/appimg/image/banner/diverbanner.png') no-repeat fixed center; |
| | | background-position: 0rpx 0rpx; |
| | | background-size: 100% 600rpx; |
| | | .warp-box{ |