{{ Number(coupon.price) }}
{{ $t('mall.fullReduction', [Number(coupon.limit), Number(coupon.price)]) }}
{{ Number(coupon.discount) }}
{{ $t('mall.discountSuffix') }}
{{ $t('mall.fullDiscount', [Number(coupon.limit), Number(coupon.discount)]) }}
{{ $t('mall.freeShipping') }}
{{ $t('mall.freeShippingFull', [Number(coupon.limit)]) }}
{{ coupon.type_text }}
{{ coupon.name }}
{{ $t('coupon.universal') }}
{{ $t('coupon.start', [coupon.startdate]) }}
{{ $t('coupon.end', [coupon.enddate]) }}
{{ $t('coupon.permanent') }}
{{ $t('coupon.validDays', [coupon.validity]) }}
{{ $t('mall.getNow') }}