|
|
@@ -3,7 +3,7 @@ |
|
|
|
<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}}"> |
|
|
|
<image class="commodity-img" src="{{item.coverImg}}" /> |
|
|
|
<image mode='aspectFill' class="commodity-img" src="{{item.coverImg}}" /> |
|
|
|
<view class="commodity-info"> |
|
|
|
<view class="commodity-info-name">{{item.title}}</view> |
|
|
|
<!-- <view class="commodity-info-name">{{item.subTitle}}</view> --> |
|
|
|