瀏覽代碼

Поправил баг

Book Pauk 6 年之前
父節點
當前提交
2a79207427
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      client/components/Reader/share/bookManager.js

+ 1 - 1
client/components/Reader/share/bookManager.js

@@ -300,7 +300,7 @@ class BookManager {
             await this.init();
 
         this.recent[value.key].deleted = 1;
-        await bmRecentStore.setItem(value.key, this.recent[value.key].deleted);
+        await bmRecentStore.setItem(value.key, this.recent[value.key]);
         await bmCacheStore.setItem('recent', this.recent);
 
         this.mostRecentCached = null;