diff --git a/journalIndex/js/journal.js b/journalIndex/js/journal.js
index fef2b4c..2989094 100644
--- a/journalIndex/js/journal.js
+++ b/journalIndex/js/journal.js
@@ -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}`,
@@ -116,19 +119,19 @@ margin-top:15px;
.footer .daohang{
padding-bottom:30px;
}
- `;
- document.head.appendChild(style);
- if(Jour_num==1){
- $('.Special_Issues_box .more').css({
- 'top': '45px',
-
- })
- $('.ncon_hl .more').css({
- 'top': '45px',
-
- })
- }
-
+ `;
+ document.head.appendChild(style);
+ if (Jour_num == 1) {
+ $('.Special_Issues_box .more').css({
+ 'top': '45px',
+
+ })
+ $('.ncon_hl .more').css({
+ 'top': '45px',
+
+ })
+ }
+
initJournalBaseInfo(result)
var arr_stage = result.data.journalStage;
@@ -353,11 +356,12 @@ margin-top:15px;
`;
}
-{/*
*/}
+ {/*
*/ }
str += `
Editor-in-Chief: diff --git a/js/article_v2.js b/js/article_v2.js index 9148d8f..ddcf8c7 100644 --- a/js/article_v2.js +++ b/js/article_v2.js @@ -657,7 +657,7 @@ function article_con() { if (j_artc.doi == '') { var doi_ = '' } else { - var doi_ = 'DOI:' + j_artc.doi + var doi_ = 'DOI : ' + 'https://doi.org/' + j_artc.doi + '' } if (j_info.stage_no == '0') { var stage_ = ''