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
陈林
6 years ago
Commit
fa99e7427964f95b28f2a6885ba34e311098b0dc
1 parent
3427fa36
增加消息默认点击事件。review by 孙凯
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
js/message/components/list/MessageList.js
js/message/components/list/MessageList.js
View file @
fa99e74
...
...
@@ -233,6 +233,7 @@ export default class MessageList extends Component {
}}
onPressListItem
=
{(
itemData
)
=>
{
this
.
setState
({
showToolTips
:
false
});
this
.
props
.
onPressListItem
&&
this
.
props
.
onPressListItem
(
itemData
,
rowID
)
}
}
selectListItem
=
{(
itemData
)
=>
{
...
...
Please
register
or
login
to post a comment