|
@@ -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()
|
|
|
}
|
|
|
}
|