natasha 2 달 전
부모
커밋
4730e73210
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/bookShelf/index.vue

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

@@ -409,6 +409,7 @@ export default {
           this.loading = false;
           if (res.status === 1) {
             if (this.pageNumber === 1) {
+              this.BookList = [];
               if (this.typeValue === -1 || this.typeValue === 3) {
                 getLogin(
                   "/ShopServer/Client/BookshelfQuery/GetMyValidPeriodList_Iread",
@@ -520,7 +521,7 @@ export default {
   },
   //生命周期 - 创建完成(可以访问当前this实例)
   created() {
-    console.log("2025-05-07");
+    console.log("2025-05-08");
     if (this.userMessage) {
       this.getNumber();
       this.getList();