This commit is contained in:
2025-08-15 13:02:07 +08:00
parent 2910039ecb
commit c8262597dc
2 changed files with 29 additions and 25 deletions

View File

@@ -1,6 +1,7 @@
// 期刊基础、外链、分期、话题信息加载
var Journals_color = '#006699'
var cycle = ''
function bf_list() {
@@ -16,7 +17,9 @@ function bf_list() {
},
success: function (result) {
if (result.code == 0) {
cycle = result.data.journal.cycle
Journals_color = result.data.journal.system_color
$('.border_title').css({
'border-bottom': `1px solid ${Journals_color}`,
@@ -357,7 +360,8 @@ margin-top:15px;
str += `<li>
<div class="dbt_header">
${arr[i].type}
<div class="url_top">${lr_top}</div>
<div class="url_top">${lr_top}</div><span style="margin-left: 10px;color:#888;padding: 4px 5px;">${cycle == 0 && arr[i].pub_date ? arr[i].pub_date : ''}</span>
</div>
<div class="apwrap" style="display: grid;grid-template-columns: 370px 1fr;">

View File

@@ -657,7 +657,7 @@ function article_con() {
if (j_artc.doi == '') {
var doi_ = ''
} else {
var doi_ = 'DOI:' + j_artc.doi
var doi_ = 'DOI : <a href="https://doi.org/' + j_artc.doi + '" target="_blank">' + 'https://doi.org/' + j_artc.doi + '</a>'
}
if (j_info.stage_no == '0') {
var stage_ = ''