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
75d0b73b2cc0202773e6ebf775241978e7c0fb66
1 parent
b2663f7a
初次弹窗
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
web-static/js/header.js
web-static/js/header.js
View file @
75d0b73
...
...
@@ -840,7 +840,7 @@ function closeCover() {
* @return {[type]} [description]
*/
function
actionCover
()
{
var
gender
=
cookieMap
.
_Gender
;
var
gender
=
window
.
cookie
(
'_Gender'
)
;
var
newMask
=
''
;
var
windowheight
=
''
;
var
selfheight
=
''
;
...
...
@@ -1477,6 +1477,7 @@ function init() {
actionNav
();
//处理导航
actionTipPic
();
//鼠标移入后查询
actionExeTemplate
();
//处理模板
actionCover
();
//初次登录弹框
actionInitCookie
();
//初始化cookie
actionExeCookieMap
();
//格式化cookie
actionGoodsCart
();
//初始化购物车插件
...
...
@@ -1494,7 +1495,6 @@ function init() {
actionListenDelCarGoods
();
//监听购物车删除
actionListenCartMore
();
//
actionLoginInfo
();
//获取登录信息
actionCover
();
//初次登录弹框
actionAddKeyWords
();
//增加关键字
}
init
();
...
...
Please
register
or
login
to post a comment