mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
消息调整
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user