Commit 6e86bc1e by zhousil

未读数fix

parent b17cc118
Showing with 3 additions and 0 deletions
...@@ -136,6 +136,9 @@ ...@@ -136,6 +136,9 @@
}; };
}) })
); );
if (!this.readlist.length) {
this.tab = 2;
}
this.unreadlist = await Promise.all( this.unreadlist = await Promise.all(
readerlist readerlist
.filter((k) => !k.is_read) .filter((k) => !k.is_read)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment