Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
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
uedxwg
2015-12-14 09:48:31 +0800
Commit
9218f3f9e87efd740c3010ecab88169a6c4f492c
1 parent
f24ce410
commit遗漏部分
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
static/js/common.js
static/js/common.js
View file @
9218f3f
H
/**
/**
* 页面公共逻辑
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/10/21
*/
var
$
=
require
(
'jquery'
),
$footer
=
$
(
'#yoho-footer'
),
var
$
=
require
(
'jquery'
);
var
$footer
=
$
(
'#yoho-footer'
),
$header
=
$
(
'.yoho-header'
);
function
cookie
(
name
)
{
...
...
Please
register
or
login
to post a comment