md
This commit is contained in:
parent
26804b56d5
commit
8dc69ebcc8
@ -182,18 +182,16 @@ export default {
|
||||
// this.addReadTimes
|
||||
// that.$notify.closeAll();
|
||||
Notification.closeAll();
|
||||
this.setAddReadTimes(noticeId);
|
||||
that.setAddReadTimes(noticeId);
|
||||
|
||||
},
|
||||
});
|
||||
},
|
||||
setAddReadTimes(noticeId){
|
||||
|
||||
addReadTimes({"noticeId":noticeId}).then(response => {
|
||||
console.log("读取成功");
|
||||
this.initUserNotice();
|
||||
});
|
||||
|
||||
},
|
||||
initUserNotice() {
|
||||
// 获取通知信息
|
||||
|
||||
Loading…
Reference in New Issue
Block a user