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
LakeR
7 years ago
Commit
62901fcb7e53ff404f9437531b210ca6fc3a1c3c
1 parent
cfdcc8ee
适配秒杀android
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
12 deletions
js/seckill/components/seckill/ProductListView.js
js/seckill/components/seckill/Seckill.js
js/seckill/components/seckill/ProductListView.js
View file @
62901fc
...
...
@@ -61,23 +61,18 @@ export default class ProductListView extends Component {
}
}
/
>
{
tipState
==
'已抢光'
?
<
View
style
=
{
<
View
style
=
{
[
styles
.
imageBottomTag
,
{
backgroundColor
:
btnBgColor
,
position
:
'absolute'
,
}]
}
>
<
Text
style
=
{
{
color
:
btnTextcolor
}
}
>
{
tipState
}
<
/Text> </
View
>
<
Text
style
=
{{
color
:
btnTextcolor
}}
>
{
tipState
}
<
/Text
>
<
/View
>
:
null
}
<
/View
>
<
View
style
=
{
styles
.
rowRight
}
>
...
...
@@ -101,7 +96,7 @@ export default class ProductListView extends Component {
:
null
}
<
/View
>
{
tipState
==
'已抢光'
&&
url
&&
url
.
lenth
?
{
tipState
==
'已抢光'
&&
url
&&
url
.
len
g
th
?
<
View
onPress
=
{()
=>
{
this
.
props
.
onPressGuangShopWithURL
&&
this
.
props
.
onPressGuangShopWithURL
(
url
);
}}
style
=
{[
styles
.
priceClickTipViewRight
,
{
backgroundColor
:
'white'
,
borderColor
:
'black'
,
borderWidth
:
1
}]}
>
...
...
js/seckill/components/seckill/Seckill.js
View file @
62901fc
...
...
@@ -139,7 +139,6 @@ export default class Seckill extends Component {
};
return
<
ProductListCell
style
=
{
styles
.
listContainer
}
style
=
{
[
styles
.
listContainer
,
customStyle
]
}
...
...
Please
register
or
login
to post a comment