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
盖剑秋
7 years ago
Commit
90e424f60fd4f50629c769346a1e9c6b365bd9f8
1 parent
63011182
去掉抢购结束继续抢购的情况。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
js/seckill/components/seckill/TimeForFocus.js
js/seckill/components/seckill/TimeForFocus.js
View file @
90e424f
...
...
@@ -35,9 +35,12 @@ export default class TimeForFocus extends Component {
let
TimeComponent
=
null
;
if
(
now
)
{
TimeComponent
=
TimeForNow
;
}
else
if
(
over
)
{
TimeComponent
=
TimeForOver
;
}
else
if
(
wait
)
{
}
// else if (over) {
// TimeComponent = TimeForOver;
// } else
if
(
wait
)
{
TimeComponent
=
TimeForWait
;
}
...
...
Please
register
or
login
to post a comment