wangfukang 3 weeks ago
parent
commit
d3f6b1e7f9
  1. 4
      package1/group/groupBuySingle.vue

4
package1/group/groupBuySingle.vue

@ -56,9 +56,9 @@
公告{{shopItem.remark}} 公告{{shopItem.remark}}
</view> </view>
</view> </view>
<view class="pintuan" style="padding: 0;margin-top:20rpx;display: flex;" v-if="orderListWait.length > 1" @tap="openOrderWait('')"> <view class="pintuan" style="padding: 0;margin-top:20rpx;display: flex;" v-if="orderListWait.length > 0" @tap="openOrderWait('')">
<swiper class="zaixian-swiper" vertical circular :autoplay="orderListWait.length > 1" <swiper class="zaixian-swiper" vertical circular :autoplay="orderListWait.length > 0"
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration"> :interval="onlineWorkerInterval" :duration="onlineWorkerDuration">
<swiper-item v-for="(item,index) in orderListWait" :key="index"> <swiper-item v-for="(item,index) in orderListWait" :key="index">
<view style="display: flex;"> <view style="display: flex;">

Loading…
Cancel
Save