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
孙凯
2016-11-24 17:15:12 +0800
Commit
be7b9023d4b40bd0b3a0f92ef78e00710739fec9
1 parent
3ab6e9d0
修改bug review by hongmo
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/classify/containers/BrandContainer.js
js/classify/containers/BrandContainer.js
View file @
be7b902
...
...
@@ -85,7 +85,7 @@ class BrandContainer extends Component {
}
_onPressSlideItem
(
data
){
ReactNative
.
NativeModules
.
YH_C
lassify
Helper
.
pushBrandVC
(
data
);
ReactNative
.
NativeModules
.
YH_C
ommon
Helper
.
pushBrandVC
(
data
);
}
_onPressFilter
(
value
)
{
...
...
Please
register
or
login
to post a comment