|
@@ -54,12 +54,13 @@ 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
|
|
|
this.popUpParams.productId = this.handleProsId
|
|
|
this.popUpParams.infoId = this.handlearticleId
|
|
|
- this.popUpParams.keyword = this.handleShopKey
|
|
|
+ this.popUpParams.keyword = this.handleProsKey ? this.handleProsKey : '' || this.handleShopKey ? this.handleShopKey : ''
|
|
|
this.cmSysParams.behaviorType = 2;
|
|
|
if (!GLOBAL_USER_ID>0) {
|
|
|
this.userInformationIsClick()
|