|
|
@ -5,7 +5,7 @@ |
|
|
<view style="position: relative;height: 545rpx;"> |
|
|
<view style="position: relative;height: 545rpx;"> |
|
|
<view style="width:100%;height: 260rpx;position: fixed;top: 0;background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/8bc15960c2dc40268e295d6dd23aecce.png') no-repeat;z-index: 90;" |
|
|
<view style="width:100%;height: 260rpx;position: fixed;top: 0;background: url('https://jewel-shop.oss-cn-beijing.aliyuncs.com/8bc15960c2dc40268e295d6dd23aecce.png') no-repeat;z-index: 90;" |
|
|
v-if="lastScrollTop>583"></view> |
|
|
v-if="lastScrollTop>583"></view> |
|
|
<view style="position: absolute;top: 110rpx;left: 20rpx;z-index: 999;"> |
|
|
<!-- <view style="position: absolute;top: 110rpx;left: 20rpx;z-index: 999;"> |
|
|
<view @click="checkArea" v-if="areaName == ''"> |
|
|
<view @click="checkArea" v-if="areaName == ''"> |
|
|
点击选择区域 |
|
|
点击选择区域 |
|
|
<uni-icons type="right" size="12" style="margin-left: 10rpx;"></uni-icons> |
|
|
<uni-icons type="right" size="12" style="margin-left: 10rpx;"></uni-icons> |
|
|
@ -14,7 +14,7 @@ |
|
|
{{areaName}} |
|
|
{{areaName}} |
|
|
<uni-icons type="right" size="12" style="margin-left: 10rpx;"></uni-icons> |
|
|
<uni-icons type="right" size="12" style="margin-left: 10rpx;"></uni-icons> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> --> |
|
|
<swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" |
|
|
<swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" |
|
|
:interval="interval" :duration="duration"> |
|
|
:interval="interval" :duration="duration"> |
|
|
<swiper-item v-for="(item,index) in adList" :key="index" |
|
|
<swiper-item v-for="(item,index) in adList" :key="index" |
|
|
|