diff --git a/src/components/Portal/interactBar.vue b/src/components/Portal/interactBar.vue index c87ffcde..d3848d08 100644 --- a/src/components/Portal/interactBar.vue +++ b/src/components/Portal/interactBar.vue @@ -327,7 +327,9 @@ export default { } if(this.type==1){ postData.title=this.data.name; - }else{ + }else if(this.type == 5){ + postData.title=this.data.content; + } else { postData.title=this.data.title; } if(this.loading) { @@ -350,7 +352,7 @@ export default { key: "cancelPraise",// title: "取消点赞",//事件的标题 parameters:"author:"+this.data.sysCreateAid,//用户自定义参数 name:value,name:value - content: "取消点赞"+this.data.title,//事件的内容 + content: "取消点赞"+postData.title,//事件的内容 objId: this.data.id,//关联的id objType: this.type,//关联的类型 objInfo: this.data.title, @@ -387,7 +389,7 @@ export default { key: "Praise",//后台的事件key 发布文章且审核通过 title: "点赞",//事件的标题 parameters:"author:"+this.data.sysCreateAid,//用户自定义参数 name:value,name:value - content: "点赞"+this.data.title,//事件的内容 + content: "点赞"+postData.title,//事件的内容 objId: this.data.id,//关联的id objType: this.type,//关联的类型 objInfo: this.data.title, diff --git a/src/components/PortalHeader.vue b/src/components/PortalHeader.vue index 94df2a76..bc46afe5 100644 --- a/src/components/PortalHeader.vue +++ b/src/components/PortalHeader.vue @@ -77,7 +77,7 @@ - + diff --git a/src/icons/svg/messfff.svg b/src/icons/svg/messfff.svg index 93fd2404..c4b2e0fa 100644 --- a/src/icons/svg/messfff.svg +++ b/src/icons/svg/messfff.svg @@ -1,23 +1 @@ - - - 编组 2 - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/views/portal/case/Detail.vue b/src/views/portal/case/Detail.vue index 9006bcdc..4b9310f2 100644 --- a/src/views/portal/case/Detail.vue +++ b/src/views/portal/case/Detail.vue @@ -250,11 +250,9 @@ export default { couresreso(){ let key = 'case'; apiPlace.detail(key).then(res=>{ - console.log(res) let lmj = JSON.parse(res.result.content) // console.log(lmj) this.resonimg = lmj[0] - console.log(this.resonimg.image) }) }, retest(){