Commit 6a5cf9b3 authored by miaojiale's avatar miaojiale

修改消息已读

parent 7b0bd01e
...@@ -198,7 +198,8 @@ export default { ...@@ -198,7 +198,8 @@ export default {
}, },
goSearch(val, id) { goSearch(val, id) {
// 消息已读 // 消息已读
setReadMessege(id).then((res) => { this.messageList = []
setReadMessege().then((res) => {
if (res.code == 1) { if (res.code == 1) {
this.getMessage() this.getMessage()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment