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
yyq
2018-10-19 15:58:23 +0800
Commit
7b47d5799064fdbc355ee0324bfd4ca27911a64f
2 parents
2499b71a
45f3d069
Merge branch 'feature/activityTpl' into release/6.7.9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
public/js/activity/feature.page.js
public/scss/feature/timed-cut.scss
public/js/activity/feature.page.js
View file @
7b47d57
...
...
@@ -518,7 +518,7 @@ function timedCutProductInit() {
let
limitTime
;
let
isEndPlan
=
value
.
isEndPlan
;
if
(
time
>=
value
.
curStartTime
)
{
if
(
time
>=
value
.
curStartTime
-
60
)
{
limitTime
=
value
.
curEndTime
-
time
;
}
else
{
// 执行变价时从接口获取当前实时售价
...
...
public/scss/feature/timed-cut.scss
View file @
7b47d57
...
...
@@ -41,6 +41,7 @@
left
:
8
.4%
;
>
p
{
font-size
:
24px
;
display
:
inline-block
;
width
:
100%
;
line-height
:
1
.4
;
...
...
Please
register
or
login
to post a comment