mirror of
https://github.com/201206030/novel-plus.git
synced 2025-04-26 17:20:52 +00:00
chore: 模版更新
This commit is contained in:
parent
331f56d112
commit
674e4df84c
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user