From 331f56d112fa12efd3496916e8117b04c101cde3 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Wed, 7 Feb 2024 14:58:36 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E5=8A=A8=E7=AB=AF=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E5=9C=A8=E6=95=B0=E6=8D=AE=E9=87=8F=E5=B0=8F=E4=BA=8E?= =?UTF-8?q?10=E6=97=B6=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- novel-front/src/main/resources/templates/mobile/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novel-front/src/main/resources/templates/mobile/index.html b/novel-front/src/main/resources/templates/mobile/index.html index 90ba611..0cc9db3 100644 --- a/novel-front/src/main/resources/templates/mobile/index.html +++ b/novel-front/src/main/resources/templates/mobile/index.html @@ -208,7 +208,7 @@ if (data.code == 200) { var updateRankBooks = data.data; var updateRankBookHtml = ""; - for (var i = 0; i < 10; i++) { + for (var i = 0; i < updateRankBooks.length; i++) { var updateRankBook = updateRankBooks[i]; if (updateRankBook.bookDesc) {