mirror of
https://github.com/timepill/timepill-app.git
synced 2025-04-30 09:59:31 +08:00
修复创可贴提醒消不掉的问题
This commit is contained in:
parent
a19a7a6a53
commit
b1a05f1780
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue