tianyi 4 weeks ago
parent
commit
7614178892
  1. 84
      pages/index/index.vue

84
pages/index/index.vue

@ -24,27 +24,73 @@
</swiper> </swiper>
<view class="order-notice-wrap"> <view class="order-notice-wrap">
<swiper class="swiper" vertical circular :autoplay="orderLists.length <= 0" v-if="orderLists.length <= 0"
<view class="order-msg-box" v-if="orderLists.length <= 0"> :interval="onlineWorkerInterval" :duration="onlineWorkerDuration"
<view class="order-msg-left"> style="height: 170rpx;margin-top: -120rpx;">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/ecd00dab1c9c44198d765bc08bc1bd71.png" <swiper-item>
alt="" /> <view class="order-msg-box">
</view> <view class="order-msg-left">
<view class="order-msg-center"> <img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/ecd00dab1c9c44198d765bc08bc1bd71.png"
<view alt="" />
style="font-weight: 700;font-size: 30rpx;line-height: 60rpx;margin-top: 5%;"> </view>
<text>拼团更省哦</text> <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-item>
<swiper-item>
<view class="order-msg-box">
<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> </view>
<view style="font-size: 24rpx;"> </swiper-item>
快去拼团享优惠吧 <swiper-item>
<view class="order-msg-box">
<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> </view>
</view> </swiper-item>
<view class="order-msg-right" @tap.stop="$refs.pagesPopup.open()"> </swiper>
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/d93d893296ed46ea99cfd0e8e2835eaa.png"
alt="" />
</view>
</view>
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0" <swiper class="swiper" vertical circular :autoplay="orderLists.length > 0"
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration" :interval="onlineWorkerInterval" :duration="onlineWorkerDuration"
style="height: 170rpx;margin-top: -120rpx;"> style="height: 170rpx;margin-top: -120rpx;">

Loading…
Cancel
Save