|  |  | @@ -2,7 +2,7 @@ | 
		
	
		
			
			|  |  |  | <view 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-couponId="{{item.couponId}}" data-targetAd="{{item.targetAd}}"> | 
		
	
		
			
			|  |  |  | <view bindtap="gotodetail" data-id="{{item.id}}" data-targetAd="{{item.targetAd}}"> | 
		
	
		
			
			|  |  |  | <image class="commodity-img" src="{{item.coverImg}}" /> | 
		
	
		
			
			|  |  |  | <view class="commodity-info"> | 
		
	
		
			
			|  |  |  | <view class="commodity-info-name">{{item.title}}</view> | 
		
	
	
		
			
				|  |  | 
 |