tianyi 4 weeks ago
parent
commit
a3803cc37d
  1. 8
      pages/index/index.vue

8
pages/index/index.vue

@ -26,7 +26,7 @@
<swiper class="swiper" vertical circular :autoplay="orderLists.length <= 0" v-if="orderLists.length <= 0"
: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">
<view class="order-msg-box">
<view class="order-msg-left">
@ -51,7 +51,7 @@
</swiper>
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0" v-else
: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"
@tap="goOrderDetail(item)">
<view class="order-msg-box">
@ -266,7 +266,7 @@
</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'}">
<view class="sort-member" style="position: relative;">
<view @tap="checkAdd">
@ -2483,7 +2483,7 @@
}
.delivery-list-wrap {
min-height: 520rpx;
min-height: 1200rpx;
}
.empty-delivery {

Loading…
Cancel
Save