|
|
@@ -21,17 +21,17 @@ |
|
|
|
<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='saleprice'></text></text> |
|
|
|
<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 == 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> |
|
|
|
|
|
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;" wx:if="{{data.type == 1}}"> |
|
|
|
<view class='view01' wx:if="{{data.unit==0}}">¥{{data.priceStr}}</view> |
|
|
|
<!-- <view class='view01' wx:if="{{data.unit==0}}">¥{{data.priceStr}}</view> --> |
|
|
|
<view wx:if="{{data.unit==1}}">{{data.priceStr}}小时</view> |
|
|
|
</view> |
|
|
|
<view class="coupons-info-manjian" wx:elif="{{data.type == 3||data.type==4||data.type==5}}"> |
|
|
|
<text class='view01' wx:if="{{data.unit==0}}">¥{{data.priceStr}}</text> |
|
|
|
<!-- <text class='view01' wx:if="{{data.unit==0}}">¥{{data.priceStr}}</text> --> |
|
|
|
<text wx:if="{{data.unit==1}}">{{data.priceStr}}小时</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|