|
|
|
@ -26,8 +26,9 @@ |
|
|
|
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/eaae29a344a241b3b46e7b91882ca197.png" alt="" /> |
|
|
|
</swiper-item> |
|
|
|
</swiper> |
|
|
|
<view class="" style="background: #fff;"> |
|
|
|
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0" |
|
|
|
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration"> |
|
|
|
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration" style="height: 74px;margin-top: -50px;"> |
|
|
|
<swiper-item v-if="orderLists.length > 0" v-for="(item,index) in orderLists" :key="index" @tap="goOrderDetail(item)"> |
|
|
|
<view class="order-msg-box"> |
|
|
|
<view class="order-msg-left"> |
|
|
|
@ -58,6 +59,8 @@ |
|
|
|
</view> |
|
|
|
</swiper-item> |
|
|
|
</swiper> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="menu-box"> |
|
|
|
<view class="menu-list" @tap="goDetail('1')"> |
|
|
|
|