|
@@ -5,7 +5,7 @@
|
|
|
<view class="voucher-coupon-detail-header-info">
|
|
|
<view class="voucher-coupon-detail-header-info-title">{{coupon.name}}</view>
|
|
|
<!-- <view class="voucher-coupon-detail-header-info-time">代金券面额:¥{{coupon.money}}</view> -->
|
|
|
- <view class="voucher-coupon-detail-header-info-desc">剩余数量:{{coupon.remainCount || 0}}</view>
|
|
|
+ <view class="voucher-coupon-detail-header-info-desc" v-if="type !== 'my'" >剩余数量:{{coupon.remainCount || 0}}</view>
|
|
|
<view class="voucher-coupon-detail-header-info-time">需要积分:{{coupon.integral}}</view>
|
|
|
<view class="voucher-coupon-detail-header-info-time">开始兑换:{{coupon.startTime}}</view>
|
|
|
<view class="voucher-coupon-detail-header-info-time">结束兑换:{{coupon.endTime}}</view>
|