index.js index-debug.js
Showing
2 changed files
with
2 additions
and
2 deletions
@@ -1163,7 +1163,7 @@ function closeCover() { | @@ -1163,7 +1163,7 @@ function closeCover() { | ||
1163 | * @return {[type]} [description] | 1163 | * @return {[type]} [description] |
1164 | */ | 1164 | */ |
1165 | function actionCover() { | 1165 | function actionCover() { |
1166 | - var gender = cookieMap._Gender; | 1166 | + var gender = window.cookie('_Gender'); |
1167 | var newMask = ''; | 1167 | var newMask = ''; |
1168 | var windowheight = ''; | 1168 | var windowheight = ''; |
1169 | var selfheight = ''; | 1169 | var selfheight = ''; |
@@ -1800,6 +1800,7 @@ function init() { | @@ -1800,6 +1800,7 @@ function init() { | ||
1800 | actionNav(); //处理导航 | 1800 | actionNav(); //处理导航 |
1801 | actionTipPic(); //鼠标移入后查询 | 1801 | actionTipPic(); //鼠标移入后查询 |
1802 | actionExeTemplate(); //处理模板 | 1802 | actionExeTemplate(); //处理模板 |
1803 | + actionCover(); //初次登录弹框 | ||
1803 | actionInitCookie(); //初始化cookie | 1804 | actionInitCookie(); //初始化cookie |
1804 | actionExeCookieMap(); //格式化cookie | 1805 | actionExeCookieMap(); //格式化cookie |
1805 | actionGoodsCart(); //初始化购物车插件 | 1806 | actionGoodsCart(); //初始化购物车插件 |
@@ -1817,7 +1818,6 @@ function init() { | @@ -1817,7 +1818,6 @@ function init() { | ||
1817 | actionListenDelCarGoods(); //监听购物车删除 | 1818 | actionListenDelCarGoods(); //监听购物车删除 |
1818 | actionListenCartMore(); // | 1819 | actionListenCartMore(); // |
1819 | actionLoginInfo(); //获取登录信息 | 1820 | actionLoginInfo(); //获取登录信息 |
1820 | - actionCover(); //初次登录弹框 | ||
1821 | actionAddKeyWords(); //增加关键字 | 1821 | actionAddKeyWords(); //增加关键字 |
1822 | } | 1822 | } |
1823 | init(); | 1823 | init(); |
This diff could not be displayed because it is too large.
-
Please register or login to post a comment