|
|
@@ -11,12 +11,14 @@ |
|
|
|
<view class='price'> |
|
|
|
<text>{{data.salePriceStr}}<text style="font-size:24rpx;display:inline-block;margin-right:10rpx;">元</text></text> |
|
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;" wx:if="{{data.type == 1}}"> |
|
|
|
<text>{{data.priceStr}}元</text> |
|
|
|
<text>满{{data.usePriceStr}}元可用</text> |
|
|
|
<view class='view01' wx:if="{{data.unit==0}}">{{data.priceStr}}元</view> |
|
|
|
<view wx:if="{{data.unit==1}}">{{data.priceStr}}小时</view> |
|
|
|
<text class='txt2'>满{{data.usePriceStr}}元可用</text> |
|
|
|
</view> |
|
|
|
<view class="coupons-info-manjian" wx:elif="{{data.type == 2||data.type == 3||data.type==4||data.type==5}}"> |
|
|
|
<text>{{data.priceStr}}元</text> |
|
|
|
<text>仅限本店使用</text> |
|
|
|
<text class='view01' wx:if="{{data.unit==0}}">{{data.priceStr}}元</text> |
|
|
|
<text wx:if="{{data.unit==1}}">{{data.priceStr}}小时</text> |
|
|
|
<text class='txt2'>仅限本店使用</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="coupons-info-manjian1">{{data.merchantName}}</view> |
|
|
|