Showing
2 changed files
with
2 additions
and
1 deletions
@@ -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 | } |
-
Please register or login to post a comment