|  |  | @@ -21,7 +21,7 @@ | 
		
	
		
			
			|  |  |  | <view class="coupons-info-name subtitle">{{data.subTitle}}</view> | 
		
	
		
			
			|  |  |  | <view class="coupons-info-price-p"> | 
		
	
		
			
			|  |  |  | <view class='price'> | 
		
	
		
			
			|  |  |  | <text wx:if="{{data.targetAd == 1||data.targetAd == 5}}"><text class='rmb'>¥</text><text class='num'>{{data.salePriceStr}}</text><text class='view02'>¥{{data.priceStr}}</text></text> | 
		
	
		
			
			|  |  |  | <text wx:if="{{data.targetAd == 1||data.targetAd == 5}}"><text class='rmb'>¥</text><text class='num'>{{data.salePriceStr}}</text><text wx:if="{{!(data.type==5&&data.unit==1)}}" class='view02'>¥{{data.priceStr}}</text></text> | 
		
	
		
			
			|  |  |  | <text wx:if="{{data.targetAd == 2}}"><text class='saleprice'>抢购价</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | 
		
	
		
			
			|  |  |  | <text wx:if="{{data.targetAd == 6}}"><text class='saleprice'>可砍至</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | 
		
	
		
			
			|  |  |  | <text wx:if="{{data.targetAd == 7}}"><text class='saleprice'>拼团价</text><text class='rmb'>¥</text>{{data.salePriceStr}}</text> | 
		
	
	
		
			
				|  |  | 
 |