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