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
陈林
2019-02-27 19:24:56 +0800
Commit
f50c112eae2cea795f906c1616dcc7ee990412bd
1 parent
bc6ca9f9
还原ios刷新的机制。review by 孙凯
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/message/components/message/Message.js
js/message/components/message/Message.js
View file @
f50c112
...
...
@@ -33,7 +33,7 @@ export default class Message extends Component {
this
.
viewDidAppear
=
DeviceEventEmitter
.
addListener
(
'VCDidAppear'
,
()
=>
{
this
.
props
.
onRefresh
&&
this
.
props
.
on
Refresh
();
this
.
trigggePullTo
Refresh
();
}
);
...
...
Please
register
or
login
to post a comment