Commit 91dc67d9 authored by anxixi's avatar anxixi

pc搜索等新功能及优化

parent 252699de
......@@ -1567,6 +1567,7 @@
this.getIndexBaseActivity();//推荐活动
});
globalMsg.$on("loginsuccess",(data)=>{
this.userInfo = this.publicFun.getUserInfoCookieType() ? JSON.parse(this.Base64.decode(this.publicFun.getUserInfoCookieType())) : null;
this.empInfo = this.publicFun.getUserInfoCookieType() ? JSON.parse(this.Base64.decode(this.publicFun.getUserInfoCookieType())) : null;
this.getIndexHotContentaxios();//热门信息
this.getIndexBaseActivity();//推荐活动
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment