|
|
@ -26,7 +26,7 @@ |
|
|
|
|
|
|
|
|
<swiper class="swiper" vertical circular :autoplay="orderLists.length <= 0" v-if="orderLists.length <= 0" |
|
|
<swiper class="swiper" vertical circular :autoplay="orderLists.length <= 0" v-if="orderLists.length <= 0" |
|
|
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration" |
|
|
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration" |
|
|
style="height: 150rpx;margin-top: -120rpx;"> |
|
|
style="height: 150rpx;margin-top: -100rpx;"> |
|
|
<swiper-item v-for="(item,index) in gaoxiaoList" :key="index"> |
|
|
<swiper-item v-for="(item,index) in gaoxiaoList" :key="index"> |
|
|
<view class="order-msg-box"> |
|
|
<view class="order-msg-box"> |
|
|
<view class="order-msg-left"> |
|
|
<view class="order-msg-left"> |
|
|
@ -51,7 +51,7 @@ |
|
|
</swiper> |
|
|
</swiper> |
|
|
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0" v-else |
|
|
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0" v-else |
|
|
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration" |
|
|
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration" |
|
|
style="height: 150rpx;margin-top: -120rpx;"> |
|
|
style="height: 150rpx;margin-top: -100rpx;"> |
|
|
<swiper-item v-if="orderLists.length > 0" v-for="(item,index) in orderLists" :key="index" |
|
|
<swiper-item v-if="orderLists.length > 0" v-for="(item,index) in orderLists" :key="index" |
|
|
@tap="goOrderDetail(item)"> |
|
|
@tap="goOrderDetail(item)"> |
|
|
<view class="order-msg-box"> |
|
|
<view class="order-msg-box"> |
|
|
@ -266,7 +266,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
<view class="title-sort" v-if="lastScrollTop>583" :class="{'title-sort--sticky': lastScrollTop>583}" |
|
|
<view class="title-sort" v-if="(lastScrollTop>583 || getAreaData.id != undefined || putAreaData.id != undefined || checkYongjin)" :class="{'title-sort--sticky': lastScrollTop>583}" |
|
|
:style="{'top': (navBarHeight+90) + 'px'}"> |
|
|
:style="{'top': (navBarHeight+90) + 'px'}"> |
|
|
<view class="sort-member" style="position: relative;"> |
|
|
<view class="sort-member" style="position: relative;"> |
|
|
<view @tap="checkAdd"> |
|
|
<view @tap="checkAdd"> |
|
|
@ -2483,7 +2483,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.delivery-list-wrap { |
|
|
.delivery-list-wrap { |
|
|
min-height: 520rpx; |
|
|
min-height: 1200rpx; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.empty-delivery { |
|
|
.empty-delivery { |
|
|
|