From b1a05f17805a15b8a1c0f29f8df84b03d5cdbaac Mon Sep 17 00:00:00 2001 From: mx1700 Date: Mon, 22 Jul 2019 22:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=9B=E5=8F=AF=E8=B4=B4?= =?UTF-8?q?=E6=8F=90=E9=86=92=E6=B6=88=E4=B8=8D=E6=8E=89=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/component/notification/notificationList.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/component/notification/notificationList.js b/src/component/notification/notificationList.js index 340e4c8..ed38c3b 100644 --- a/src/component/notification/notificationList.js +++ b/src/component/notification/notificationList.js @@ -91,6 +91,8 @@ export default class NotificationList extends Component { ids = msg.list.map(it => it.id); } else if (msg.type === 2) { //关注 ids = [msg.id]; + } else if(msg.type === 3) { + ids = [msg.id]; } try {