|
@@ -40,10 +40,10 @@ |
|
|
<view class="coupons1-info-name subtitle">{{item.subTitle}}</view> |
|
|
<view class="coupons1-info-name subtitle">{{item.subTitle}}</view> |
|
|
<view class="coupons1-info-price-p"> |
|
|
<view class="coupons1-info-price-p"> |
|
|
<text class="i">¥</text>{{item.salePriceStr}} |
|
|
<text class="i">¥</text>{{item.salePriceStr}} |
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;" wx:if="{{data.type == 1}}"> |
|
|
|
|
|
|
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" wx:if="{{item.type == 1}}"> |
|
|
满¥{{item.usePriceStr}}可用 |
|
|
满¥{{item.usePriceStr}}可用 |
|
|
</view> |
|
|
</view> |
|
|
<view class="coupons-info-manjian" wx:elif="{{data.type == 2||data.type == 3||data.type==4||data.type==5}}"> |
|
|
|
|
|
|
|
|
<view class="coupons-info-manjian" style="margin-top:10rpx;font-size:28rpx;" wx:if="{{item.type == 2||item.type == 3||item.type==4||item.type==5||item.type==6||item.type==7}}"> |
|
|
仅限本店使用 |
|
|
仅限本店使用 |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|
</view> |
|
|