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-12-06 16:35:43 +0800
Commit
df020577b538a4091d65476be32860b2a8c8ed8e
1 parent
814fea55
添加事件 review by zhanglixia
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
js/globalHome/components/home/Home.js
js/globalHome/containers/HomeContainer.js
js/globalHome/components/home/Home.js
View file @
df02057
...
...
@@ -128,7 +128,7 @@ export default class Home extends Component {
key
=
{
'row'
+
rowID
}
rowID
=
{
rowID
}
data
=
{
Immutable
.
fromJS
(
rowData
)}
// onPressProduct={this.props.onPressProduct
}
onPressProduct
=
{
this
.
props
.
pushBrandVC
}
/
>
);
...
...
js/globalHome/containers/HomeContainer.js
View file @
df02057
...
...
@@ -95,7 +95,7 @@ class HomeContainer extends Component {
//原生跳转
_pushBrandVC
(
data
){
console
.
log
(
data
);
console
.
log
(
data
.
toJS
()
);
// ReactNative.NativeModules.YH_CommonHelper.pushBrandVC(data);
}
...
...
Please
register
or
login
to post a comment