Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
ccbikai(👎🏻🍜)
2016-11-04 13:32:51 +0800
Commit
90f48e40f92be22fcdbd102999116fc020787557
2 parents
f8413f32
1e70d528
Merge remote-tracking branch 'origin/hotfix/seckill'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
public/js/product/tick.js
public/js/product/tick.js
View file @
90f48e4
...
...
@@ -207,6 +207,9 @@ $(
newDay
=
newDate
.
getDate
();
newHour
=
newDate
.
getHours
();
newMinus
=
newDate
.
getMinutes
();
if
(
newMinus
===
0
)
{
newMinus
=
'00'
;
}
$
(
'.notStart'
).
find
(
'.seckill-time-c'
).
text
(
newMonth
+
'月'
+
newDay
+
'日'
+
newHour
+
':'
+
newMinus
);
seckillObj
.
startTick
(
timeObj
,
offsetTime
);
}
...
...
Please
register
or
login
to post a comment