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
shangjf
8 years ago
Commit
96d07288a6b676c18732bf83085256b009dd02f8
1 parent
a94e943a
添加漏掉的大括号 review by 陈琳
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
js/vip/containers/YearActivityContainer.js
js/vip/containers/YearActivityContainer.js
View file @
96d0728
...
...
@@ -89,7 +89,9 @@ class YearActivityContainer extends Component {
ReactNative
.
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_CHOOSE_FOR_YOU'
,
params
);
}
catch
(
error
)
catch
(
error
)
{
}
}
onLongPressProduct
(
rowID
)
{
...
...
Please
register
or
login
to post a comment