mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-13 21:06:42 +08:00
提交
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user