Commit 5785fc74 authored by XieZhiXiong's avatar XieZhiXiong

feat: 跟进后台添加券码字段

parent c6e3f7ee
......@@ -84,6 +84,10 @@ type CouponCardDate = {
*/
url?: string
}[]
/**
* 券码
*/
code: string,
}
interface CouponCardProps {
......@@ -145,7 +149,8 @@ const CouponCard: React.FC<CouponCardProps> = (props: CouponCardProps) => {
{`${data.validTimeStart ? moment(data.validTimeStart).format('YYYY-MM-DD') : ''}-${data.validTimeEnd ? moment(data.validTimeEnd).format('YYYY-MM-DD') : ''}`}
</div>
<div className={styles['coupon-card-code']}>
券码:暂无
券码:
{data.code}
</div>
<div className={styles['coupon-card-webs']}>
适用商城:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment