This commit is contained in:
2024-08-26 09:21:49 +08:00
parent 747fd94968
commit a46d0dafb6

View File

@@ -59,7 +59,8 @@ function commonGetItemHtml(doc) {
<ul class="export_cite "> </ul>
</span>`,
abstract: data.abstract.replace(new RegExp("0, 102, 204", "g"), "0,102,153"),
link_: ''
link_: '',
stage_: '',
}
if (data.mains == '') {
if (data.file_html == '') {
@@ -72,7 +73,11 @@ function commonGetItemHtml(doc) {
}
if (data.stage_no == '0') {
baseInfo.stage_ = ''
} else {
baseInfo.stage_ = '&nbsp;(' + data.stage_no + ')'
}
if (data.other_state == 0) {
baseInfo.otStat = ''
} else if (data.other_state == 1) {