Authored by 张丽霞

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

... ... @@ -54,6 +54,7 @@ export default class AlreadyOpened extends React.Component {
onPressMoreProducts={this.props.onPressMoreProducts}
onPressProtocol={this.props.onPressProtocol}
gotoRepayListPageWithDays={this.props.gotoRepayListPageWithDays}
onPressAnnounceItem={this.props.jumpWithUrl}
/>
)
}
... ...
... ... @@ -66,7 +66,7 @@ export default class OpenInstallmentTop extends React.Component {
<NoticeSwiper
data={notice.get('list')}
duration={notice.get('time')}
onPressAnnounceItem={this.props.onPressAnnounceItem}
onPressAnnounceItem={this.props.jumpWithUrl}
/>
:null
}
... ...