hookehuyr

fix

...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
30 // 因为不能让空图标提前出来的写法 30 // 因为不能让空图标提前出来的写法
31 const emptyStatus = ref(false); 31 const emptyStatus = ref(false);
32 32
33 - const limit = ref(10); 33 + const limit = ref(30);
34 const offset = ref(0); 34 const offset = ref(0);
35 35
36 // 处理书籍下作品列表 36 // 处理书籍下作品列表
......