|
@@ -14,7 +14,8 @@
|
|
|
|
|
|
<!-- 轮播 -->
|
|
|
<view class="page-section">
|
|
|
- <swiper indicator-dots="{{true}}" indicator-color="rgba(151, 209, 79, 1)" indicator-active-color="#FFF" autoplay="{{false}}">
|
|
|
+ <swiper indicator-dots="{{true}}" indicator-color="rgba(151, 209, 79, 1)" indicator-active-color="#FFF"
|
|
|
+ autoplay="{{false}}">
|
|
|
<block wx:for="{{background}}" wx:key="*this">
|
|
|
<swiper-item>
|
|
|
<view class="swiper-item {{item}}">
|
|
@@ -51,17 +52,18 @@
|
|
|
<image class="media" src=""></image>
|
|
|
</view>
|
|
|
<view class="excellent-goods-title">优秀产品</view>
|
|
|
- <van-tabs active="{{ currentCategory }}" color="transparent" title-active-color="#FFFFFF" title-inactive-color="#858597" tab-class="my-tab-class" tab-active-class="my-tab-active-class">
|
|
|
+ <van-tabs active="{{ currentCategory }}" color="transparent" title-active-color="#FFFFFF"
|
|
|
+ title-inactive-color="#858597" tab-class="my-tab-class" tab-active-class="my-tab-active-class">
|
|
|
<van-tab title="{{item.name}}" wx:for="{{category}}" wx:key="id" name="{{item.id}}">
|
|
|
</van-tab>
|
|
|
</van-tabs>
|
|
|
<!--瀑布流-->
|
|
|
<view class="waterfall">
|
|
|
<view class="waterfall-left">
|
|
|
- <goods-item />
|
|
|
+ <goods-item-large/>
|
|
|
</view>
|
|
|
<view class="waterfall-right">
|
|
|
- <goods-item />
|
|
|
+ <goods-item-large/>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|