消息调整

This commit is contained in:
daihh
2022-12-02 15:17:34 +08:00
parent 14d65ad9c4
commit bdb04524cd
4 changed files with 64 additions and 20 deletions

View File

@@ -129,6 +129,14 @@ export default {
type:Number,
default:0 //默认是课程
},
pageType:{
type:Number,
default:0
},
pageParams:{
type:String,
default:''
},
users:{
// type:Object,
}
@@ -192,7 +200,12 @@ export default {
if(this.type==4){
content='问答'
}
content=sendName+typeText+content+'-'+title
if(title){
content=sendName+typeText+content+'-'+title
}else{
content=sendName+typeText+content
}
let message={
content,
refId,