top cite
This commit is contained in:
@@ -59,7 +59,8 @@ function commonGetItemHtml(doc) {
|
|||||||
<ul class="export_cite "> </ul>
|
<ul class="export_cite "> </ul>
|
||||||
</span>`,
|
</span>`,
|
||||||
abstract: data.abstract.replace(new RegExp("0, 102, 204", "g"), "0,102,153"),
|
abstract: data.abstract.replace(new RegExp("0, 102, 204", "g"), "0,102,153"),
|
||||||
link_: ''
|
link_: '',
|
||||||
|
stage_: '',
|
||||||
}
|
}
|
||||||
if (data.mains == '') {
|
if (data.mains == '') {
|
||||||
if (data.file_html == '') {
|
if (data.file_html == '') {
|
||||||
@@ -72,7 +73,11 @@ function commonGetItemHtml(doc) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
if (data.stage_no == '0') {
|
||||||
|
baseInfo.stage_ = ''
|
||||||
|
} else {
|
||||||
|
baseInfo.stage_ = ' (' + data.stage_no + ')'
|
||||||
|
}
|
||||||
if (data.other_state == 0) {
|
if (data.other_state == 0) {
|
||||||
baseInfo.otStat = ''
|
baseInfo.otStat = ''
|
||||||
} else if (data.other_state == 1) {
|
} else if (data.other_state == 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user