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
Email Patches
Plain Diff
Browse Files
Authored by
陈轩
2016-10-11 10:12:47 +0800
Commit
9138398aae47f8030cc3e0497f1367f96ad5055b
1 parent
865f67e6
seckill 列表页 添加common.js
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
.eslintrc
public/js/product/seckill.page.js
.eslintrc
View file @
9138398
...
...
@@ -5,7 +5,8 @@
},
"rules"
:
{
"max-len"
:
[
0
,
50
,
4
],
"camelcase"
:
"off"
"camelcase"
:
"off"
,
"vars-on-top"
:
"off"
}
}
...
...
public/js/product/seckill.page.js
View file @
9138398
...
...
@@ -3,6 +3,7 @@
* author: 陈峰<feng.chen@yoho.cn>
* date: 2016/09/08
*/
require
(
'common.js'
);
var
yoho
=
require
(
'../yoho-app'
);
var
$
=
require
(
'yoho-jquery'
),
IScroll
=
require
(
'yoho-iscroll'
),
...
...
Please
register
or
login
to post a comment