Authored by 张丽霞

文字公告跳转,review by 盖见秋

@@ -54,6 +54,7 @@ export default class AlreadyOpened extends React.Component { @@ -54,6 +54,7 @@ export default class AlreadyOpened extends React.Component {
54 onPressMoreProducts={this.props.onPressMoreProducts} 54 onPressMoreProducts={this.props.onPressMoreProducts}
55 onPressProtocol={this.props.onPressProtocol} 55 onPressProtocol={this.props.onPressProtocol}
56 gotoRepayListPageWithDays={this.props.gotoRepayListPageWithDays} 56 gotoRepayListPageWithDays={this.props.gotoRepayListPageWithDays}
  57 + onPressAnnounceItem={this.props.jumpWithUrl}
57 /> 58 />
58 ) 59 )
59 } 60 }
@@ -66,7 +66,7 @@ export default class OpenInstallmentTop extends React.Component { @@ -66,7 +66,7 @@ export default class OpenInstallmentTop extends React.Component {
66 <NoticeSwiper 66 <NoticeSwiper
67 data={notice.get('list')} 67 data={notice.get('list')}
68 duration={notice.get('time')} 68 duration={notice.get('time')}
69 - onPressAnnounceItem={this.props.onPressAnnounceItem} 69 + onPressAnnounceItem={this.props.jumpWithUrl}
70 /> 70 />
71 :null 71 :null
72 } 72 }