修改消息记录信息

This commit is contained in:
daihh
2022-11-10 19:39:04 +08:00
parent 572a0f3b93
commit 9c2f18dd31
6 changed files with 51 additions and 16 deletions

View File

@@ -235,7 +235,6 @@ export default {
// if(type=='praise'){
// typeText='点赞了我的'
// }
let content;
let conType;
if(this.type==1){
@@ -283,6 +282,9 @@ export default {
content,
refId,
refType:this.type,
source:1,
pageUrl:location.href,
sendAid:this.userInfo.aid,
sendName,
acceptName,
acceptId,
@@ -291,9 +293,7 @@ export default {
conType,
}
apiMessage.save(message).then(res=>{
if(res.status==200){
}
if(res.status!=200){ console.log('发送消息失败') }
})
},
checkHas(){