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
Plain Diff
Browse Files
Authored by
chenl
2017-03-16 20:13:40 +0800
Commit
06088d20e603e0351a7ed6255ae577a2666caccf
2 parents
2ff4723d
276e6404
Merge branch '5.5.0' of
http://git.yoho.cn/mobile/YH_RNComponent
into 5.5.0_local
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
js/goodGoodsRecommend/components/detail/ContentCell.js
js/goodGoodsRecommend/components/detail/ContentCell.js
View file @
06088d2
...
...
@@ -36,7 +36,6 @@ export default class Detail extends Component {
if
(
!
data
)
{
return
null
;
}
console
.
log
(
data
.
toJS
());
return
(
<
View
style
=
{[
styles
.
container
,
{
height
:
this
.
state
.
totalHeight
}]}
>
<
Text
style
=
{
styles
.
title
}
>
{
data
.
get
(
'product_name'
)}
<
/Text
>
...
...
Please
register
or
login
to post a comment