|
|
@@ -1,5 +1,5 @@ |
|
|
|
<view class="index-rushToBuy" wx:if="{{list.length>0}}"> |
|
|
|
<view wx:if="{{list.length!=0}}" class="index-rushToBuy-title">砍价专场<text bindtap="gotomore" wx:if="{{list.length>=4}}">更多砍价></text></view> |
|
|
|
<view wx:if="{{list.length!=0}}" class="index-rushToBuy-title">砍价专场<text bindtap="gotomore">更多砍价></text></view> |
|
|
|
<scroll-view scroll-x class="index-scroll-view"> |
|
|
|
<view class="commodity" wx:for="{{list}}" wx:key="unique"> |
|
|
|
<view bindtap="gotodetail" data-couponChannelId="{{item.id}}" data-couponId="{{item.couponId}}" data-targetAd="{{item.targetAd}}"> |
|
|
|