This commit is contained in:
zhaofang
2022-09-23 19:56:16 +08:00
parent c4bd52783d
commit ba5ed90fc6
4 changed files with 71 additions and 13 deletions

View File

@@ -247,6 +247,16 @@ export default {
if(this.type==5){
content='回答'
}
// 点赞type
if(this.type==10){
content='课程评论点赞'
}
if(this.type==20){
content='文章评论点赞'
}
if(this.type==30){
content='案例评论点赞'
}
content=sendName+typeText+content+'-'+title
let message={
content,