|
|
|
@ -94,8 +94,8 @@ |
|
|
|
<view class="season-hot"> |
|
|
|
<view class="season-item" wx:for="{{list}}" wx:key="index" bind:tap="productGotoDetail" data-item="{{item}}"> |
|
|
|
<image src="{{item.headimg}}"></image> |
|
|
|
<view class="season-content" style="padding:6rpx 12rpx 0;"> |
|
|
|
<view style="height: 60rpx;" class="textOver2">{{item.title}}</view> |
|
|
|
<view class="season-content" style="padding:6rpx 12rpx 0;height: 120rpx;"> |
|
|
|
<view class="textOver2">{{item.title}}</view> |
|
|
|
<view class="price" style="padding-top: 8rpx;"> |
|
|
|
<text>¥</text><text>{{item.price/100}}</text><text>起</text> |
|
|
|
</view> |
|
|
|
@ -325,8 +325,8 @@ |
|
|
|
|
|
|
|
|
|
|
|
<view class="banner-main"> |
|
|
|
<view catchtap="mainNavClick" class="banner-main-item" wx:for="{{[bannerDataList[0]]}}" wx:key="index" data-item="{{item}}"> |
|
|
|
<image src="{{item.icon}}" ></image> |
|
|
|
<view catchtap="mainIconClick" class="banner-main-item" wx:for="{{bannerDataListFake}}" wx:key="index" data-item="{{item}}"> |
|
|
|
<image src="{{item.img}}" ></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
@ -339,7 +339,7 @@ |
|
|
|
<swiper class="small-swiper" autoplay="{{true}}" interval="{{5000}}" duration="{{300}}" |
|
|
|
bindchange="changeBannerIndex" data-keyname="ztBannerIndex"> |
|
|
|
<block wx:for="{{ztbanner}}" wx:key="index"> |
|
|
|
<swiper-item bindtap="bannerClick" data-item="{{item}}"> |
|
|
|
<swiper-item data-item="{{item}}"> |
|
|
|
<!-- 原 圆角77rpx,现改为13rpx --> |
|
|
|
<image style="border-radius:13rpx" src="{{item.head_img}}" mode="aspectFill"></image> |
|
|
|
</swiper-item> |
|
|
|
@ -347,6 +347,20 @@ |
|
|
|
</swiper> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="small-swiper-box" wx:if="{{xiaobanner.length>0 && func_data.banner_mini}}"> |
|
|
|
<swiper class="small-swiper" autoplay="{{true}}" interval="{{5000}}" duration="{{300}}" |
|
|
|
bindchange="changeBannerIndex" data-keyname="smBannerIndex"> |
|
|
|
<block wx:for="{{xiaobanner}}" wx:key="index"> |
|
|
|
<swiper-item data-item="{{item}}" style="position: relative;"> |
|
|
|
|
|
|
|
<image style="border-radius:13rpx" src="{{item.head_img}}" mode="aspectFill"></image> |
|
|
|
</swiper-item> |
|
|
|
</block> |
|
|
|
</swiper> |
|
|
|
|
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|