/api/Main/getMoreArticles 去掉 mains

This commit is contained in:
2024-07-29 15:56:31 +08:00
parent f1e7e7e89a
commit d8b59ff8ab
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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 {