fix(消息通知): 修复站内通知弹框的问题, 消息弹出后标为已读
--bug=1016011 --user=刘瑞斌 【消息通知】执行接口case时有时收到多条系统站内通知,有时不会弹出站内通知 https://www.tapd.cn/55049933/s/1233494
This commit is contained in:
parent
e2a78debcf
commit
07277f0754
|
@ -165,6 +165,10 @@ export default {
|
|||
});
|
||||
this.noticeShow = true;
|
||||
});
|
||||
setTimeout(() => {
|
||||
// 弹出之后标记成已读
|
||||
this.$get('/notification/read/' + d.id);
|
||||
}, 5000)
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue