|
|
@@ -8,12 +8,16 @@ |
|
|
|
<view class="coupons-info-name tit">{{data.title}}</view> |
|
|
|
<view class="coupons-info-name subtitle">{{data.subTitle}}</view> |
|
|
|
<view class="coupons-info-price-p"> |
|
|
|
<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}}"> |
|
|
|
满{{data.usePriceStr}}元可用 |
|
|
|
</view> |
|
|
|
<view class="coupons-info-manjian" wx:elif="{{data.type == 2||data.type == 3||data.type==4||data.type==5}}"> |
|
|
|
仅限本店使用 |
|
|
|
<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> |
|
|
|
<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> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="coupons-info-manjian1">{{data.merchantName}}</view> |
|
|
|
</view> |
|
|
|