|
@@ -174,12 +174,12 @@ class DemandList extends Component {
|
|
|
<Card>
|
|
|
<div className="discountList">
|
|
|
<p>¥<span>{parseInt(item.money)}</span> 元</p>
|
|
|
- <div className="intro">
|
|
|
- <p>名称 : {item.name}</p>
|
|
|
+ <div className="discountListTxt">
|
|
|
<p>有效天数 : {item.durationDay}</p>
|
|
|
+ <p>名称 : {item.name}</p>
|
|
|
+ <p>有效日期 : {(item.starTime.split(' ')[0]).replace(/-/g,'.')} - {(item.endTime.split(' ')[0]).replace(/-/g,'.')}</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <p>有效日期 : {(item.starTime.split(' ')[0]).replace(/-/g,'.')} - {(item.endTime.split(' ')[0]).replace(/-/g,'.')}</p>
|
|
|
</Card>
|
|
|
</Col>
|
|
|
})
|