fix(消息通知): 修复站内通知弹框的问题, 消息弹出后标为已读

--bug=1016011 --user=刘瑞斌 【消息通知】执行接口case时有时收到多条系统站内通知,有时不会弹出站内通知 https://www.tapd.cn/55049933/s/1233494
This commit is contained in:
CaptainB 2022-08-24 22:00:39 +08:00 committed by 刘瑞斌
parent e2a78debcf
commit 07277f0754
1 changed files with 4 additions and 0 deletions

View File

@ -165,6 +165,10 @@ export default {
});
this.noticeShow = true;
});
setTimeout(() => {
//
this.$get('/notification/read/' + d.id);
}, 5000)
});
});
}