Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张泽世
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to dashboard
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
biao
2016-06-14 18:02:01 +0800
Commit
dec0cecd3b0427450e9d2e453707e00b6dbfe088
1 parent
d3e43bd9
fix path issue
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/product/outlet-will-end.page.js
public/js/product/outlet-will-start.page.js
public/js/product/outlet-will-end.page.js
View file @
dec0cec
@@ -7,7 +7,7 @@ var $ = require('yoho-jquery'),
@@ -7,7 +7,7 @@ var $ = require('yoho-jquery'),
7
7
8
var
el
=
$
(
'.cd-lite'
);
8
var
el
=
$
(
'.cd-lite'
);
9
9
10
-
require
(
'../common
/common
'
);
10
+
require
(
'../common'
);
11
11
12
new
Countdown
.
Countdown
({
12
new
Countdown
.
Countdown
({
13
el
:
el
13
el
:
el
public/js/product/outlet-will-start.page.js
View file @
dec0cec
@@ -7,7 +7,7 @@ var $ = require('yoho-jquery'),
@@ -7,7 +7,7 @@ var $ = require('yoho-jquery'),
7
7
8
var
el
=
$
(
'.cd-lite'
);
8
var
el
=
$
(
'.cd-lite'
);
9
9
10
-
require
(
'../common
/common
'
);
10
+
require
(
'../common'
);
11
11
12
new
Countdown
.
Countdown
({
12
new
Countdown
.
Countdown
({
13
el
:
el
13
el
:
el
Please
register
or
login
to post a comment