有效期
This commit is contained in:
parent
0eac126f40
commit
324a9443e7
@ -109,7 +109,7 @@ export default function HeadCouponModal(props: any) {
|
||||
</div>
|
||||
<div className='content-bot'>
|
||||
<div className='content-time'>
|
||||
{item.coupon.gmtStart} 至 {item.coupon.gmtEnd}
|
||||
有效期:{item.coupon.gmtStart} 至 {item.coupon.gmtEnd}
|
||||
</div>
|
||||
<div className='content-button' onClick={() => {
|
||||
props.closeModal()
|
||||
@ -163,7 +163,7 @@ export default function HeadCouponModal(props: any) {
|
||||
</div>
|
||||
<div className='content-bot' style={{ marginTop: 5 }}>
|
||||
<div className='content-time'>
|
||||
{item.coupon.gmtStart} 至 {item.coupon.gmtEnd}
|
||||
有效期:{item.coupon.gmtStart} 至 {item.coupon.gmtEnd}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user