{{ item.couponType === 2 ? '' : '¥' }}
{{ formatDiscountValue(item) }}
{{ item.minAmount && item.minAmount > 0 ? '满' + item.minAmount + '可用' : '无门槛' }}
{{ item.couponName || '优惠券' }}
{{ getCouponTypeLabel(item.couponType) }}
{{ getScopeLabel(item.applyScope) }}
{{ item.couponDesc }}
剩余 {{ item.remainCount }} / {{ item.totalCount }}
每人限领{{ item.receiveLimit }}张
{{ formatTime(item.validStartTime) }} ~ {{ formatTime(item.validEndTime) }}
领取后{{ item.validDays }}天内有效
{{ receiving[item.id] ? '领取中...' : (item.alreadyReceived ? '已领取' : (canReceive(item) ? '立即领取' : '已抢光')) }}
暂无可领取的优惠券
过段时间再来看看吧
查看我的优惠券
加载中