Browse Source

云上美博会价格开放

喻文俊 3 years ago
parent
commit
dbd286ae57
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/resources/static/js/activity/index.js

+ 1 - 0
src/main/resources/static/js/activity/index.js

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