Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
wangqing
9 years ago
Commit
904e4feb4dad355dc2b375c47dfcc1a738cdb453
1 parent
b35b8597
判断简单头部和正常头部
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
web-static/js/common.js
web-static/js/common.js
View file @
904e4fe
...
...
@@ -6,7 +6,8 @@
var
$
=
require
(
'yoho.jquery'
);
require
(
'./footer'
);
require
(
'./simple-header'
);
function
cookie
(
name
)
{
...
...
@@ -131,5 +132,9 @@ window.getUser = getUser;
window
.
getUid
=
getUid
;
window
.
getShoppingKey
=
getShoppingKey
;
if
(
$
(
'.simple-header'
).
hasClass
(
'simple-header'
)){
require
(
'./simple-header'
);
}
else
{
require
(
'./header'
);
}
require
(
'./header'
);
...
...
Please
register
or
login
to post a comment