|
|
@@ -3,10 +3,10 @@ |
|
|
|
<view class='coupons'> |
|
|
|
<view class="coupons-body"> |
|
|
|
<view wx:if="{{coverPicture.length>0}}" class="banner"> |
|
|
|
<swiper class="index-slide" bindchange="swiperChange" autoplay="true" circular="false" current="{{swiperCurrent}}"> |
|
|
|
<swiper class="index-slide" bindchange="swiperChange" autoplay="true" circular="false" current="{{swiperCurrent}}"> |
|
|
|
<block wx:for="{{coverPicture}}" wx:key="unique"> |
|
|
|
<swiper-item> |
|
|
|
<image data-data="{{item}}" mode='widthFix' src="{{item}}" class="index-slide-image" /> |
|
|
|
<image data-data="{{item}}" mode='widthFix' src="{{item}}" class="index-slide-image" /> |
|
|
|
</swiper-item> |
|
|
|
</block> |
|
|
|
</swiper> |
|
|
@@ -82,9 +82,6 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='detailImg' wx:if="{{detailPicture.length>0}}"> |
|
|
|
<image wx:for="{{detailPicture}}" wx:key="{{index}}" wx:for-item="item" src='{{item}}'></image> |
|
|
|
</view> |
|
|
|
<view class='applyshop'>适用门店</view> |
|
|
|
<view class='posi' style='overflow:{{hidden}};height:{{height}}'> |
|
|
|
<view class='posi_logo' wx:for="{{data.merchantVoList}}" wx:key="index" bindtap='gotoDetail' data-id='{{item.id}}'> |
|
|
@@ -112,6 +109,9 @@ |
|
|
|
<text><text class='spot'></text>{{data.remark}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class='detailImg' wx:if="{{detailPicture.length>0}}"> |
|
|
|
<image wx:for="{{detailPicture}}" wx:key="{{index}}" wx:for-item="item" src='{{item}}'></image> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
<form bindsubmit="gotopay" data-type='{{data.type}}' report-submit='true'> |
|
|
|