Commit 0b35cf12 authored by anxixi's avatar anxixi

Merge remote-tracking branch 'origin/master'

parents 01565f58 7770c90e
......@@ -853,7 +853,7 @@
handleToDetail(data) {
switch (this.checkboxGroup[0]) {
case 1:
window.open(this.publicFun.getCurrentHrefEnv() + "/eventdetail?id=" + data.channelId + "&ismyevent=0&type=" + data.channelType)
window.open(this.publicFun.getCurrentHrefEnv() + "/activitydetail?id=" + data.channelId + "&ismyevent=0&type=" + data.channelType)
break;
case 2:
window.open(this.publicFun.getCurrentHrefEnv() + "/topicDetails?id=" + data.topicId + "&newnpen=true");
......
......@@ -400,7 +400,7 @@
this.getDocumentFunc();
this.getDetailInfo();
if(this.publicFun.judgeBrandIsWechatOrHtml()==1){
this.$router.replace({path:"/eventdetail",query:{id:this.$route.query.id}})
this.$router.replace({path:"/activitydetail",query:{id:this.$route.query.id}})
}else if(this.publicFun.judgeBrandIsWechatOrHtml()==2){
this.$router.replace({path:"/redEnvelopeActHtml",query:{id:this.$route.query.id}})
}
......
......@@ -42,7 +42,7 @@
mounted() {
this.getDocumentFunc();
if (this.publicFun.judgeBrandIsWechatOrHtml() == 1) {
this.$router.replace({path: "/eventdetail", query: {id: this.$route.query.id}})
this.$router.replace({path: "/activitydetail", query: {id: this.$route.query.id}})
} else if (this.publicFun.judgeBrandIsWechatOrHtml() == 3 || this.publicFun.judgeBrandIsWechatOrHtml() == 4) {
this.$router.replace({path: "/redEnvelopeActDetail", query: {id: this.$route.query.id}})
}
......
......@@ -388,7 +388,7 @@
this.publicFun.setCookieFunc(this.$route.query);
this.getDetailInfo();
if(this.publicFun.judgeBrandIsWechatOrHtml()==1){
this.$router.replace({path:"/eventdetail",query:{id:this.$route.query.id}})
this.$router.replace({path:"/activitydetail",query:{id:this.$route.query.id}})
}else if(this.publicFun.judgeBrandIsWechatOrHtml()==2){
this.$router.replace({path:"/redEnvelopeActHtml",query:{id:this.$route.query.id}})
}
......
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