This commit is contained in:
zhaofang
2022-10-31 10:29:48 +08:00
parent cb47a90d12
commit 6cba8d40a3
2 changed files with 8 additions and 2 deletions

View File

@@ -266,7 +266,12 @@ export default {
if(this.type==30){
content='案例评论'
}
content=sendName+typeText+content+'-'+title
if(this.type==60 || this.type==10 || this.type==20 || this.type==30) {
content=sendName+typeText+content
} else {
content=sendName+typeText+content+'-'+title
}
let message={
content,
refId,