|
|
@@ -114,33 +114,33 @@
|
|
|
</view>
|
|
|
<userEvaluation reply="{{reply}}"></userEvaluation>
|
|
|
</view>
|
|
|
- <view class="superior" wx:if="{{good_list.length}}" id="past2">
|
|
|
- <view class="title acea-row row-center-wrapper">
|
|
|
- <image src="/images/ling.png"></image>
|
|
|
- <view class="titleTxt">优品推荐</view>
|
|
|
- <image src="/images/ling.png"></image>
|
|
|
- </view>
|
|
|
- <view class="slider-banner banner">
|
|
|
- <swiper indicator-dots="true"
|
|
|
- autoplay="{{autoplay}}" circular="{{circular}}" interval="{{interval}}" duration="{{duration}}" indicator-color="#999" indicator-active-color="#e93323" style="height:{{clientHeight+'px'}}">
|
|
|
- <swiper-item wx:for="{{good_list}}" wx:for-item='item' wx:for-index='indexw' wx:key='index'>
|
|
|
- <view class="list acea-row row-middle" id="list{{indexw}}">
|
|
|
- <view class="item" wx:for="{{item.list}}" wx:key='index' wx:for-item='val' bindtap="goDetail" data-items='{{val}}'>
|
|
|
- <view class="pictrue">
|
|
|
- <image src="{{val.image}}"></image>
|
|
|
- <text class="pictrue_log pictrue_log_class" wx:if="{{val.activity && val.activity.type ==='1'}}">秒杀</text>
|
|
|
- <text class="pictrue_log pictrue_log_class" wx:if="{{val.activity && val.activity.type === '2'}}">砍价</text>
|
|
|
- <text class="pictrue_log pictrue_log_class" wx:if="{{val.activity && val.activity.type === '3'}}">拼团</text>
|
|
|
- </view>
|
|
|
- <view class="name line1">{{val.store_name}}</view>
|
|
|
- <view class="money font-color">¥{{val.price}}</view>
|
|
|
+ <view class="superior" wx:if="{{good_list.length}}" id="past2">
|
|
|
+ <view class="title acea-row row-center-wrapper">
|
|
|
+ <image src="/images/ling.png"></image>
|
|
|
+ <view class="titleTxt">优品推荐</view>
|
|
|
+ <image src="/images/ling.png"></image>
|
|
|
+ </view>
|
|
|
+ <view class="slider-banner banner">
|
|
|
+ <swiper indicator-dots="true"
|
|
|
+ autoplay="{{autoplay}}" circular="{{circular}}" interval="{{interval}}" duration="{{duration}}" indicator-color="#999" indicator-active-color="#e93323" style="height:{{clientHeight+'px'}}">
|
|
|
+ <swiper-item wx:for="{{good_list}}" wx:for-item='item' wx:for-index='indexw' wx:key='index'>
|
|
|
+ <view class="list acea-row row-middle" id="list{{indexw}}">
|
|
|
+ <view class="item" wx:for="{{item.list}}" wx:key='index' wx:for-item='val' bindtap="goDetail" data-items='{{val}}'>
|
|
|
+ <view class="pictrue">
|
|
|
+ <image src="{{val.image}}"></image>
|
|
|
+ <text class="pictrue_log pictrue_log_class" wx:if="{{val.activity && val.activity.type ==='1'}}">秒杀</text>
|
|
|
+ <text class="pictrue_log pictrue_log_class" wx:if="{{val.activity && val.activity.type === '2'}}">砍价</text>
|
|
|
+ <text class="pictrue_log pictrue_log_class" wx:if="{{val.activity && val.activity.type === '3'}}">拼团</text>
|
|
|
</view>
|
|
|
+ <view class="name line1">{{val.store_name}}</view>
|
|
|
+ <view class="money font-color">¥{{val.price}}</view>
|
|
|
</view>
|
|
|
- </swiper-item>
|
|
|
- <view class="swiper-pagination" slot="pagination"></view>
|
|
|
- </swiper>
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ </swiper-item>
|
|
|
+ <view class="swiper-pagination" slot="pagination"></view>
|
|
|
+ </swiper>
|
|
|
</view>
|
|
|
+ </view>
|
|
|
<view class='product-intro' id="past3">
|
|
|
<view class='title'>产品介绍</view>
|
|
|
<view class='conter'>
|