|  |  | @@ -8,27 +8,29 @@ | 
		
	
		
			
			|  |  |  | <button hover-class='active'>前往首页看看</button> | 
		
	
		
			
			|  |  |  | </navigator> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | 
 | 
		
	
		
			
			|  |  |  | <view class='section' wx:for='{{list}}' wx:key='{{index}}' bindtap="choicecoupon" data-title="{{item.title}}" data-id="{{item.id}}"> | 
		
	
		
			
			|  |  |  | <view class='mms'> | 
		
	
		
			
			|  |  |  | <image class='gou' wx:if="{{item.id==quanid}}" mode='widthFix' src='../../../assets/img/gou.png'></image> | 
		
	
		
			
			|  |  |  | <view class='detail_msg'> | 
		
	
		
			
			|  |  |  | <view class='info'> | 
		
	
		
			
			|  |  |  | <view class='title'> | 
		
	
		
			
			|  |  |  | <text>{{item.title}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='subtitle'> | 
		
	
		
			
			|  |  |  | <text>{{item.subTitle}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class="btns">{{item.salePrice/100}} | 
		
	
		
			
			|  |  |  | <text class='yuan'>元</text> | 
		
	
		
			
			|  |  |  | <view wx:if="{{list.length!=0}}"> | 
		
	
		
			
			|  |  |  | <view class="res">温馨提示:请离场前使用优惠券</view> | 
		
	
		
			
			|  |  |  | <view class='section'  wx:for='{{list}}' wx:key='{{index}}' bindtap="choicecoupon" data-title="{{item.title}}" data-id="{{item.id}}"> | 
		
	
		
			
			|  |  |  | <view class='mms'> | 
		
	
		
			
			|  |  |  | <image class='gou' wx:if="{{item.id==quanid}}" mode='widthFix' src='../../../assets/img/gou.png'></image> | 
		
	
		
			
			|  |  |  | <view class='detail_msg'> | 
		
	
		
			
			|  |  |  | <view class='info'> | 
		
	
		
			
			|  |  |  | <view class='title'> | 
		
	
		
			
			|  |  |  | <text>{{item.title}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class='subtitle'> | 
		
	
		
			
			|  |  |  | <text>{{item.subTitle}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <view class="btns">{{item.salePrice/100}} | 
		
	
		
			
			|  |  |  | <text class='yuan'>元</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | <image class="liness" src='./../../../assets/img/liness.png' mode="widthFix"></image> | 
		
	
		
			
			|  |  |  | <view class='expiretime'> | 
		
	
		
			
			|  |  |  | <text class="txt1">有效期至:</text> | 
		
	
		
			
			|  |  |  | <text class="txt2">{{item.expiredTime}}</text> | 
		
	
		
			
			|  |  |  | <image class="liness" src='./../../../assets/img/liness.png' mode="widthFix"></image> | 
		
	
		
			
			|  |  |  | <view class='expiretime'> | 
		
	
		
			
			|  |  |  | <text class="txt1">有效期至:</text> | 
		
	
		
			
			|  |  |  | <text class="txt2">{{item.expiredTime}}</text> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
		
			
			|  |  |  | </view> | 
		
	
	
		
			
				|  |  | 
 |