{{ tab.label }}
{{ item.couponType === 2 ? '' : '¥' }}
{{ formatValue(item) }}
{{ item.minAmount && item.minAmount > 0 ? '满' + item.minAmount + '可用' : '无门槛' }}
{{ item.couponName || '优惠券' }}
{{ getCouponTypeLabel(item.couponType) }}
{{ getScopeLabel(item.applyScope) }}
{{ item.couponDesc }}
{{ formatTime(item.validStartTime) }} ~ {{ formatTime(item.validEndTime) }}
{{ item.status === 1 ? '已使用' : '已过期' }}
{{ loadingMore ? '加载中...' : '点击加载更多' }}
{{ emptyText }}
去领券中心
加载中
领券中心