|
@@ -274,6 +274,7 @@ var activeApp = (function () {
|
|
|
this.GLOBAL_USER_ID = this.globalUserData.userId * 1;
|
|
|
this.GLOBAL_USER_IDENTITY = this.globalUserData.userIdentity * 1;
|
|
|
this.GLOBAL_SHOP_ID = this.globalUserData.shopId * 1;
|
|
|
+ this.params.userId = this.globalUserData.userId;
|
|
|
if (this.GLOBAL_USER_ID === 5261 || this.GLOBAL_USER_ID === 10947 || this.GLOBAL_USER_ID === 11579) {
|
|
|
this.GLOBAL_USER_IDENTITY = 1;
|
|
|
}
|