2023-09-11

This commit is contained in:
@fawn-nine
2023-09-11 13:03:20 +08:00
parent 4f470543e7
commit 2bf77d52a4
8 changed files with 443 additions and 8 deletions

View File

@@ -287,7 +287,7 @@ function bf_list() {
if (Jour_num == 2 || Jour_num == 17 | Jour_num == 18) {
$('.current_list>h4').html('Current Volume<span>' + time_ + '</span>');
} else if(Jour_num == 7){ // pmr期刊
} else if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20){ // pmr期刊
$('.current_list>h4').html('Latest Issue<span>' + time_ + '</span>');
} else {
$('.current_list>h4').html('Current Issue<span>' + time_ + '</span>');
@@ -995,7 +995,7 @@ function bf_list() {
var str = "";
for (var i = 0; i < result.data.journalStage.length; i++) {
if(Jour_num == 7){
if(Jour_num == 7 || Jour_num == 6 || Jour_num == 20){
// 合并(替换)期刊
if(i==0){str +='<b>'+arr_stage[i].stage_year+'</b><br>'}