|
@@ -8,9 +8,9 @@ var GLOBAL_SHOP_ID = 0;
|
|
if(localStorage.getItem('userInfo')){
|
|
if(localStorage.getItem('userInfo')){
|
|
globalUserData = JSON.parse(localStorage.getItem('userInfo'));
|
|
globalUserData = JSON.parse(localStorage.getItem('userInfo'));
|
|
GLOBAL_TOKEN = globalUserData.token;
|
|
GLOBAL_TOKEN = globalUserData.token;
|
|
- GLOBAL_USER_ID = globalUserData.userId;
|
|
|
|
- GLOBAL_USER_IDENTITY = globalUserData.userIdentity;
|
|
|
|
- GLOBAL_SHOP_ID = globalUserData.shopId;
|
|
|
|
|
|
+ GLOBAL_USER_ID = globalUserData.userId*1;
|
|
|
|
+ GLOBAL_USER_IDENTITY = globalUserData.userIdentity*1;
|
|
|
|
+ GLOBAL_SHOP_ID = globalUserData.shopId*1;
|
|
} else {
|
|
} else {
|
|
if(!getBaseCookie("weChatAutoLogin")){
|
|
if(!getBaseCookie("weChatAutoLogin")){
|
|
var userAgent = navigator.userAgent.toLowerCase();
|
|
var userAgent = navigator.userAgent.toLowerCase();
|