natasha 7 months ago
parent
commit
cbf09f8a84
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bookShelf/bookItem.vue

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

@@ -1071,7 +1071,7 @@ export default {
             this.itemList = res.content_item_list;
             this.itemContentStr = res.content_item_list
               .map((item) => item.name)
-              .join(", ");
+              .join(" ");
           }
         })
         .catch(() => {});