|
|
|
@ -26,7 +26,7 @@ |
|
|
|
|
|
|
|
<swiper class="swiper" vertical circular :autoplay="orderLists.length <= 0" v-if="orderLists.length <= 0" |
|
|
|
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration" |
|
|
|
style="height: 170rpx;margin-top: -120rpx;"> |
|
|
|
style="height: 150rpx;margin-top: -120rpx;"> |
|
|
|
<swiper-item> |
|
|
|
<view class="order-msg-box"> |
|
|
|
<view class="order-msg-left"> |
|
|
|
@ -93,7 +93,7 @@ |
|
|
|
</swiper> |
|
|
|
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0" |
|
|
|
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration" |
|
|
|
style="height: 170rpx;margin-top: -120rpx;"> |
|
|
|
style="height: 150rpx;margin-top: -120rpx;"> |
|
|
|
<swiper-item v-if="orderLists.length > 0" v-for="(item,index) in orderLists" :key="index" |
|
|
|
@tap="goOrderDetail(item)"> |
|
|
|
<view class="order-msg-box"> |
|
|
|
@ -1475,7 +1475,7 @@ |
|
|
|
height: 200rpx; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
margin: 30rpx auto 0; |
|
|
|
margin: 0 auto; |
|
|
|
padding: 14rpx 10rpx; |
|
|
|
box-sizing: border-box; |
|
|
|
border-radius: 38rpx; |
|
|
|
|