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
918ed094373aecc2d1afe91c38851a3e515b1d5b
1 parent
7a6da760
iOS上图片不刷新问题 fix review by 陈林
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/classify/components/categoryB/HotBrandList.js
js/classify/components/categoryB/HotBrandList.js
View file @
918ed09
...
...
@@ -51,7 +51,7 @@ export default class HotBrandList extends Component{
return
(
<
TouchableOpacity
onPress
=
{()
=>
this
.
props
.
onPressHotBrandItem
&&
this
.
props
.
onPressHotBrandItem
(
rowData
.
toJS
(),
rowID
)}
>
<
View
style
=
{
styles
.
rowContainer
}
>
<
View
style
=
{
styles
.
rowImageContainer
}
><
Image
style
=
{
styles
.
rowThumbnail
}
source
=
{{
uri
:
imageUrl
}}
/></
View
>
<
View
style
=
{
styles
.
rowImageContainer
}
><
Image
style
=
{
styles
.
rowThumbnail
}
key
=
{
imageUrl
}
source
=
{{
uri
:
imageUrl
}}
/></
View
>
<
Text
style
=
{
styles
.
rowText
}
numberOfLines
=
{
1
}
>
{
brandName
}
<
/Text
>
<
/View
>
<
/TouchableOpacity
>
...
...
Please
register
or
login
to post a comment