From 058574d1fd0cd78c0627d84675e65c25bbf331dd Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Fri, 2 Feb 2024 17:44:47 +0800 Subject: [PATCH] fix --- src/views/LibraryPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/LibraryPage.vue b/src/views/LibraryPage.vue index eab797c2..f02d2efe 100644 --- a/src/views/LibraryPage.vue +++ b/src/views/LibraryPage.vue @@ -1144,7 +1144,7 @@ export default defineComponent({ this.isShowMark = true Https.axiosPost(Https.httpUrls.queryLibraryPage,data).then( (rv: any) => { - if(rv.content.length == 0){ + if(rv.content.length == 0 && this.currentPage != 1){ this.currentPage = 1 this.getLibraryList('') }else{