Commit 5d75f6d2 authored by anxixi's avatar anxixi

首页相关功能

parent d294bb5a
......@@ -110,6 +110,7 @@
methods:{
successlogin(){
this.userInfo = this.publicFun.getUserInfoCookieType() ? JSON.parse(this.Base64.decode(this.publicFun.getUserInfoCookieType())) : null;
this.resourcesdata();
},
//活动详情
toeventdetail(val){
......
......@@ -1017,6 +1017,7 @@
urltext:'',
wx_type_hover:1,
positions:false,
isgetintegral:false,
}
},
components: {
......@@ -1050,6 +1051,7 @@
},
//签到
getintegralCode(){
this.isgetintegral = true;
if(!this.publicFun.getUserInfoCookieType()){
this.islogin = true;
this.$refs.login.isexpertVisible();
......@@ -1071,6 +1073,7 @@
this.$refs.childintegral.getintegralCode('ITV007');
this.isHasSign = true;
}
this.getIndexHotContentaxios();//热门信息
},
//登陆
logins(){
......
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