@@ -87,9 +87,10 @@
// 跳转到消息页面
detail (row) {
routeMsg(this, row)
- if (row.type === 3) {
- readNotice(this, row.noticeId)
- }
+ readNotice(this, row.noticeId)
+ // if (row.type === 3) {
+ // readNotice(this, row.noticeId)
+ // }
if (this.notify) {
this.notify.close()
}
@@ -150,6 +150,7 @@
},
// 查看消息
detailHandle (row) {
+ this.checkHandle(row.noticeId)
timestampToTime (l) {