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
ffdc8bd5402a8991287e2efbc4e80dce0d382503
1 parent
7a23ca09
清除调试代码 review by 草莓
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/seckill/components/seckill/ProductListView.js
js/seckill/components/seckill/ProductListView.js
View file @
ffdc8bd
...
...
@@ -58,7 +58,7 @@ export default class ProductListView extends Component {
<
View
style
=
{
styles
.
rowRight
}
>
<
View
style
=
{
styles
.
productTitlePrice
}
>
<
Text
style
=
{
styles
.
productTitle
}
numberOfLines
=
{
2
}
>
{
rowData
.
productName
+
'rowData.productNamerowData.productNamerowData.productNamerowData.productNamerowData.productName'
}
<
/Text
>
<
Text
style
=
{
styles
.
productTitle
}
numberOfLines
=
{
2
}
>
{
rowData
.
productName
}
<
/Text
>
{
rowData
.
wait
?
<
View
style
=
{[
styles
.
secKillMarketPriceContainer
,{
marginTop
:
5
}]}
>
<
Text
style
=
{[
styles
.
secKillPrice
,{
color
:
'#d0021b'
}]}
>
¥
{
rowData
.
secKillPrice
}
<
/Text
>
...
...
Please
register
or
login
to post a comment