|
@@ -160,7 +160,7 @@ class PushItems extends Component {
|
|
|
tips,
|
|
|
tmpFlg,
|
|
|
} = this.props.pushMessage;
|
|
|
- const { tipsDiscalimer} = this.props;
|
|
|
+ const { tipsDiscalimer,chronicPushItems} = this.props;
|
|
|
const { moreAssay, moreCheck ,show} = this.state;
|
|
|
const {
|
|
|
showMore,
|
|
@@ -422,7 +422,7 @@ class PushItems extends Component {
|
|
|
)}
|
|
|
</div>
|
|
|
</div>
|
|
|
- {show?<ChronicInfo></ChronicInfo>:''}
|
|
|
+ {chronicPushItems&&chronicPushItems.length>0?<ChronicInfo data={chronicPushItems}></ChronicInfo>:''}
|
|
|
<div className={style["tips"]}>
|
|
|
<h1>
|
|
|
<img src={tipsImg} />
|