You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- <view class="index-rushToBuy">
 -   <view wx:if="{{list.length!=0}}" class="index-rushToBuy-title">限时抢购<text bindtap="gotomore">查看全部</text><image  src='./../../../assets/img/jian.png' mode="widthFix"></image></view>
 -   <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 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> -->
 -           <view class="commodity-info-price">
 -             <text class="commodity-info-price-p">¥{{item.salePriceStr}}</text>
 -             <text class="commodity-info-price-o">¥{{item.priceStr}}</text>
 -           </view>
 -         </view>
 -       </view>
 -     </view>
 -   </scroll-view>
 - </view>
 
 
  |