Commit 2ecbeac4 authored by zhangyanni's avatar zhangyanni

提交

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