修复创可贴提醒消不掉的问题

This commit is contained in:
mx1700 2019-07-22 22:00:58 +08:00
parent a19a7a6a53
commit b1a05f1780

View file

@ -91,6 +91,8 @@ export default class NotificationList extends Component {
ids = msg.list.map(it => it.id); ids = msg.list.map(it => it.id);
} else if (msg.type === 2) { //关注 } else if (msg.type === 2) { //关注
ids = [msg.id]; ids = [msg.id];
} else if(msg.type === 3) {
ids = [msg.id];
} }
try { try {