|
|
|
@ -26,7 +26,7 @@ |
|
|
|
</navigator> |
|
|
|
</view> |
|
|
|
<view style="position:relative;z-index: 1;"> |
|
|
|
<swiper class="swiper" autoplay="{{true}}" interval="{{5000}}" duration="{{300}}" bindchange="changeBannerIndex" circular> |
|
|
|
<swiper class="swiper" autoplay="{{true}}" interval="{{bannerInterver}}" duration="{{300}}" bindchange="changeBannerIndex" circular> |
|
|
|
<block wx:for="{{banner}}" wx:key="index"> |
|
|
|
<swiper-item bindtap="bannerClick" data-item="{{item}}"> |
|
|
|
<image src="{{item.head_img}}" mode="scaleToFill"></image> |
|
|
|
@ -160,7 +160,7 @@ |
|
|
|
<view class="xsth-left" style="display: flex;"> |
|
|
|
<image mode="heightFix" style="height:100rpx" src="{{indexSeason.xpth}}"></image> |
|
|
|
</view> |
|
|
|
<view class="time-box" style="z-index: 9;flex-shrink: 0;"> |
|
|
|
<view class="time-box" style="z-index: 2;flex-shrink: 0;"> |
|
|
|
倒计时 |
|
|
|
<view class="xsth-time" style="margin-left: 20rpx;">{{djs.h}}</view> |
|
|
|
<text>:</text> |
|
|
|
@ -504,7 +504,7 @@ |
|
|
|
<view wx:else> |
|
|
|
<image class="top-bg-img" src="{{indexSeason.topBac}}" mode="widthFix"></image> |
|
|
|
<view style="position:relative;z-index: 1;"> |
|
|
|
<swiper class="swiper" autoplay="{{true}}" interval="{{5000}}" duration="{{300}}" bindchange="changeBannerIndex" circular> |
|
|
|
<swiper class="swiper" autoplay="{{true}}" interval="{{bannerInterver}}" duration="{{300}}" bindchange="changeBannerIndex" circular> |
|
|
|
<block wx:for="{{banner}}" wx:key="*this"> |
|
|
|
<swiper-item bindtap="bannerClick" data-item="{{item}}"> |
|
|
|
<image src="{{item.head_img}}" mode="scaleToFill"></image> |
|
|
|
|