|
@@ -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();
|