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
7f6028fd8ee843b76331049fb3bd54a4f1e4a511
1 parent
77134fae
代码优化 review by chenlin
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/classify/components/categoryB/HotCategoryList.js
js/classify/components/categoryB/HotCategoryList.js
View file @
7f6028f
...
...
@@ -51,7 +51,7 @@ export default class HotCategoryList extends Component{
return
null
;
}
let
imageUrl
=
SlicedImage
.
getSlicedUrl
(
rowData
.
get
(
"default_images"
),
98
,
128
,
2
);
let
imageUrl
=
SlicedImage
.
getSlicedUrl
(
rowData
.
get
(
"default_images"
,
''
),
98
,
128
,
2
);
return
(
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
onPressHotCategoryItem
&&
this
.
props
.
onPressHotCategoryItem
(
rowData
.
toJS
(),
rowID
)}
>
<
View
style
=
{
styles
.
rowContainer
}
>
...
...
Please
register
or
login
to post a comment