|
|
@@ -87,13 +87,13 @@ |
|
|
|
<view class='xsCon'> |
|
|
|
<view wx:for="{{xslist}}" wx:key="index"> |
|
|
|
<view class='igBox'data-couponId="{{item.couponId}}" data-couponChannelId="{{item.id}}" data-targetAd="{{item.targetAd}}" bindtap='gotodetail'> |
|
|
|
<image src='{{xslist[index].coverImg}}' mode='widthFix' ></image> |
|
|
|
<image src='{{xslist[index].coverImg}}' mode='widthFix' class='imageH' ></image> |
|
|
|
<view class='imTit'>{{xslist[index].title}}</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view class='igBox' bindtap='gotoRushBuy'> |
|
|
|
<image src='{{mea}}' mode='widthFix' ></image> |
|
|
|
<image src='{{more}}' mode='widthFix' class='more' ></image> |
|
|
|
<view class='imTit'>更多...</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|