Commit 1c23adfb authored by zhangyanni's avatar zhangyanni

分享

parent 982b77e8
......@@ -86,6 +86,7 @@
call(command) {
var successVal,urlData;
let query= this.$route.query;
switch (this.pageType) {
case 1:
successVal = document.location.href.split("#/")[0]+"#/activitydetail?page="+this.$route.query.page+"&id="+this.$route.query.id+"&isDetail=true"+"&isApply="+this.$route.query.isApply+"&type="+this.$route.query.type;
......@@ -93,9 +94,8 @@
break;
case 2:
urlData = document.location.href;
query.isArticle = true;
}
let query= this.$route.query;
query.isArticle = true;
query.rDeviceId = this.publicFun.getCookie("getGuid32");
if(this.userInfo){
query.rEmpId = this.userInfo.empId
......
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