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
盖剑秋
2017-03-16 20:09:58 +0800
Commit
276e6404ddc559f18d72f83d6313be41aff511ef
1 parent
14e6bfac
Delete useless log. reviewed by redding.
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 @
276e640
...
...
@@ -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