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
盖剑秋
8 years ago
Commit
71a4716df4eae6793fc14bed26fe2b5156123360
1 parent
5b8c94f5
Fix Conflict.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/goodGoodsRecommend/containers/ListContainer.js
js/goodGoodsRecommend/containers/ListContainer.js
View file @
71a4716
...
...
@@ -61,7 +61,7 @@ class ListContainer extends Component {
if
(
!
product_skn
)
{
return
;
}
ReactNative
.
NativeModules
.
YH_CommonHelper
.
pushGoodGoodsRecommendDetailWithProductSKN
(
product_skn
.
toString
()
);
ReactNative
.
NativeModules
.
YH_CommonHelper
.
pushGoodGoodsRecommendDetailWithProductSKN
(
product_skn
+
''
);
}
render
()
{
...
...
Please
register
or
login
to post a comment