Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
张丽霞
8 years ago
Commit
09a9e6b3a9c29e92c32eda8f3e1cd613f13d297c
1 parent
aaf6362c
文字公告跳转,review by 盖见秋
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
js/installment/components/installment/AlreadyOpened.js
js/installment/components/installment/OpenInstallmentTop.js
js/installment/components/installment/AlreadyOpened.js
View file @
09a9e6b
...
...
@@ -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
}
/
>
)
}
...
...
js/installment/components/installment/OpenInstallmentTop.js
View file @
09a9e6b
...
...
@@ -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
}
...
...
Please
register
or
login
to post a comment