From d8b59ff8ab98dae946efaa928f52106922b914e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 29 Jul 2024 15:56:31 +0800 Subject: [PATCH] =?UTF-8?q?/api/Main/getMoreArticles=20=E5=8E=BB=E6=8E=89?= =?UTF-8?q?=20mains?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/article.js | 2 +- js/scientist.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/article.js b/js/article.js index aa7d481..0d8377e 100644 --- a/js/article.js +++ b/js/article.js @@ -1418,7 +1418,7 @@ function at_list() { } else { var stage_ = ' (' + arr[i].stage_no + ')' } - if (arr[i].mains == '') { + if (arr[i].html == 0) { if (arr[i].file_html == '') { var html_ = '' } else { diff --git a/js/scientist.js b/js/scientist.js index af26896..a98a673 100644 --- a/js/scientist.js +++ b/js/scientist.js @@ -1258,7 +1258,7 @@ function more_list() { } else { var stage_ = ' (' + arr[i].stage_no + ')' } - if (arr[i].mains == '') { + if (arr[i].html == 0) { if (arr[i].file_html == '') { var html_ = '' } else {