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
hongyong.zhao
2020-01-08 16:07:32 +0800
Commit
8c0c0ce5d9a67f07a823a1616c3aefd5ac4a21c6
1 parent
8729a13d
bug fix — reviewed by hy
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/panicBuying/components/panicbuying/PBProductListView.js
js/panicBuying/components/panicbuying/PBProductListView.js
View file @
8c0c0ce
...
...
@@ -74,7 +74,7 @@ export default class PBProductListView extends Component {
{
rowData
.
tag
?
<
View
style
=
{
styles
.
tagView
}
>
+
<
Text
style
=
{
styles
.
tag
}
>
{
rowData
.
tag
}
<
/Text
>
<
Text
style
=
{
styles
.
tag
}
>
{
rowData
.
tag
}
<
/Text
>
<
/View>: null
}
<
/View
>
...
...
Please
register
or
login
to post a comment