From 6ec44a3c88c9826461efc33694d6c216bad692e9 Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Sat, 22 Oct 2022 10:37:16 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A4=B4=E9=83=A8=E6=B6=88=E6=81=AF=E5=9B=BE?=
=?UTF-8?q?=E6=A0=87?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Portal/interactBar.vue | 8 +++++---
src/components/PortalHeader.vue | 2 +-
src/icons/svg/messfff.svg | 24 +-----------------------
src/views/portal/case/Detail.vue | 2 --
4 files changed, 7 insertions(+), 29 deletions(-)
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 @@
-
-
\ 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(){