{{ couponData?.amount || 0 }}
元
{{ (couponData?.minAmount != null && Number(couponData.minAmount) > 0) ? ('满' + couponData.minAmount + '可用') : '无门槛' }}
{{ couponData?.name || '6元通用优惠券' }}
{{ couponData?.expireDate || '' }}到期
有效期
{{ (couponData?.specifiedDay != null && couponData?.specifiedDay !== '') ? (couponData.specifiedDay + '天') : (couponData?.specifiedDay ?? '') }}
补充说明
{{ couponData?.supplementaryInstruction || '暂无说明' }}