Browse Source

书架问题

natasha 17 hours ago
parent
commit
65a0b8e230
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bookShelf/index.vue

+ 1 - 1
src/views/bookShelf/index.vue

@@ -292,7 +292,7 @@ export default {
       this.pageNumber = 1;
       this.pageNumber = 1;
       if (item.hasOwnProperty("value")) {
       if (item.hasOwnProperty("value")) {
         this.typeValue = item.value;
         this.typeValue = item.value;
-        if (item.number > 0 || item.value === 3) {
+        if (item.number > 0 || item.value === 3 || item.value === -1) {
           this.BookList = [
           this.BookList = [
             {
             {
               skeleton: true,
               skeleton: true,