瀏覽代碼

供应商主页修改

zhengjinyi 1 年之前
父節點
當前提交
b47c57c517
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/main/resources/static/js/mixins/cmSysMixins.js

+ 0 - 2
src/main/resources/static/js/mixins/cmSysMixins.js

@@ -54,7 +54,6 @@ var cmSysVitaMixins = function () {
             handleCmSysNetInfo() {
                 //设置定时器
                 const globalUserData = JSON.parse(localStorage.getItem('userInfo'));
-                console.log('handleProsKey',this.handleProsKey)
                 if(globalUserData){ this.cmSysParams.userId = globalUserData.userId * 1; }
                 if( this.handleProsId || this.handleShopId || this.handlearticleId || this.handleProsKey || this.handleShopKey ){
                     this.popUpParams.shopId = this.handleShopId
@@ -63,7 +62,6 @@ var cmSysVitaMixins = function () {
                     this.popUpParams.keyword = this.handleProsKey ? this.handleProsKey : '' || this.handleShopKey ? this.handleShopKey : ''
                     this.cmSysParams.behaviorType = 2;
                     if (!GLOBAL_USER_ID>0) {
-                        console.log('111111111111111')
                         this.userInformationIsClick()
                     }
                 }