wangfukang 4 weeks ago
parent
commit
b4524157c0
  1. 64
      pages/index/index.vue

64
pages/index/index.vue

@ -27,7 +27,7 @@
<swiper class="swiper" vertical circular :autoplay="orderLists.length <= 0" v-if="orderLists.length <= 0"
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration"
style="height: 150rpx;margin-top: -120rpx;">
<swiper-item>
<swiper-item v-for="(item,index) in gaoxiaoList" :key="index">
<view class="order-msg-box">
<view class="order-msg-left">
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/ecd00dab1c9c44198d765bc08bc1bd71.png"
@ -36,62 +36,20 @@
<view class="order-msg-center">
<view
style="font-weight: 700;font-size: 30rpx;line-height: 60rpx;margin-top: 5%;">
<text>拼团搭子哪里找</text>
<text>{{item.title}}</text>
</view>
<view style="font-size: 24rpx;">
隔壁宿舍全是宝
{{item.content}}
</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>
</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"
<img src="https://jewel-shop.oss-cn-beijing.aliyuncs.com/52021218212448219acb9bf780931d4f.png"
alt="" />
</view>
</view>
</swiper-item>
</swiper>
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0"
<swiper class="swiper" vertical circular :autoplay="orderLists.length > 0" v-else
:interval="onlineWorkerInterval" :duration="onlineWorkerDuration"
style="height: 150rpx;margin-top: -120rpx;">
<swiper-item v-if="orderLists.length > 0" v-for="(item,index) in orderLists" :key="index"
@ -661,6 +619,16 @@
url: '/package1/farm/farm'
}],
areaName: '',
gaoxiaoList:[{
title:'拼团搭子哪里找',
content:'隔壁宿舍全是宝!'
},{
title:'这门“省钱课”',
content:'拼团就是你的满分答案!'
},{
title:'有件事你知道吗?',
content:'拼团和期末不挂科一样重要!'
}],
indicatorDots: false,
autoplay: true,
mallAds: [],
@ -1562,7 +1530,7 @@
height: 200rpx;
display: flex;
align-items: center;
margin: 0 auto;
margin: 30rpx auto 0;
padding: 14rpx 10rpx;
box-sizing: border-box;
border-radius: 38rpx;

Loading…
Cancel
Save