wangfukang 4 weeks ago
parent
commit
de9bd45f24
  1. 25
      pages/index/index.vue

25
pages/index/index.vue

@ -23,6 +23,28 @@
</swiper-item>
</swiper>
<view class="" style="background: #fff;">
<view class="order-msg-box" v-if="orderLists.length <= 0">
<view class="order-msg-left">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/ecd00dab1c9c44198d765bc08bc1bd71.png"
alt="" />
</view>
<view class="order-msg-center">
<view
style="font-weight: 700;font-size: 30rpx;line-height: 60rpx;margin-top: 5%;">
<text>拼团更省哦</text>
</view>
<view style="font-size: 24rpx;">
快去拼团享优惠吧
</view>
</view>
<view class="order-msg-right" @tap.stop="$refs.pagesPopup.open()">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/d93d893296ed46ea99cfd0e8e2835eaa.png"
alt="" />
</view>
</view>
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0"
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration"
style="height: 74px;margin-top: -50px;">
@ -65,8 +87,7 @@
</view>
<view class="menu-box"
:style="{'margin-top':orderLists.length < 1?'-140rpx':'','height':orderLists.length < 1?'190rpx':'','padding-top':orderLists.length < 1?'40rpx':''}">
<view class="menu-box">
<view class="menu-list" @tap="goDetail('1')">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/7690c4f897604fca804ea932bc3c1239.png"
alt="" />

Loading…
Cancel
Save