tmr修改
This commit is contained in:
@@ -113,12 +113,16 @@ function side_list() {
|
||||
|
||||
$('.nav_ban h2').css('display', 'inline-block')
|
||||
|
||||
$('.Gue_special').css('display', 'none')
|
||||
$('.Gue_special').css('display', 'none')
|
||||
$('#kezuoB').css('display', 'block');
|
||||
$('.Gue_special').css('display', 'block')
|
||||
console.log($('.Gue_special').length)
|
||||
console.log($('.Gue_special').length)
|
||||
|
||||
|
||||
if (Jour_num == 1) {
|
||||
|
||||
$('.Join_Bord2').css('display', 'block')
|
||||
}
|
||||
localStorage.setItem("Journals_title", arr_jour.title);
|
||||
localStorage.setItem("Journals_issn", arr_jour.issn);
|
||||
localStorage.setItem("Journals_color", arr_jour.system_color);
|
||||
@@ -126,6 +130,7 @@ function side_list() {
|
||||
$('.About_Journal').attr('href', 'about_journal.html?J_num=' + Jour_num);
|
||||
$('.Ins_authors').attr('href', 'for_author.html?J_num=' + Jour_num);
|
||||
$('.Join_Bord').attr('href', 'z_f6-1.html?J_num=' + Jour_num);
|
||||
$('.Join_Bord2').attr('href', 'z_f11-1.html?J_num=' + Jour_num);
|
||||
$('.edit_board_tmr>a').attr('href', arr_jour.board_url);
|
||||
$('.edit_board_tmr').after('<p><b>Impact Factor (Clarivate):</b> <span>1.3</span></p>');
|
||||
//$('.edit_board_tmr>a').attr('href', 'notice.html?J_num=' + Jour_num + '&footer_id=' + arr_jour.board_url);
|
||||
@@ -135,7 +140,7 @@ function side_list() {
|
||||
var arr_Abc = result.data.journalAbs;
|
||||
var str = "";
|
||||
for (var i = 0; i < arr_Abc.length; i++) {
|
||||
if(arr_Abc[i].is_show==1){
|
||||
if (arr_Abc[i].is_show == 1) {
|
||||
str += '<li>» <a target="_blank" href="' + arr_Abc[i].url + '">' + arr_Abc[i].title + '</a></li>'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user