This commit is contained in:
zhaofang
2022-11-03 15:07:22 +08:00
parent 2c3a0a9972
commit 885e8b1de0
2 changed files with 6 additions and 3 deletions

View File

@@ -270,12 +270,15 @@ export default {
if(this.type==30){
content='案例评论'
}
if(this.type==60 || this.type==10 || this.type==20 || this.type==30) {
content=sendName+typeText+content
// 评论点赞通知没有关联id,评论通知暂时关闭
if(this.type==60 || this.type==10 || this.type==20 || this.type==30 || this.type == 6) {
return;
// content=sendName+typeText+content
} else {
content=sendName+typeText+content+'-'+title
}
let message={
content,
refId,