tijiao
This commit is contained in:
@@ -15,6 +15,16 @@ function side_list() {
|
||||
},
|
||||
success: function (result) {
|
||||
if (result.code == 0) {
|
||||
const targetImgs = document.querySelectorAll('img[src="img/details.png"]');
|
||||
|
||||
// 2. 遍历并替换地址
|
||||
targetImgs.forEach(img => {
|
||||
img.src = "img/editor.png";
|
||||
// 可选:同时更新 srcset(如果图片用了响应式加载)
|
||||
if (img.srcset) {
|
||||
img.srcset = img.srcset.replace("img/details.png", "img/editor.png");
|
||||
}
|
||||
});
|
||||
if (Jour_num == 1 && $('.FreeapplicationBox')) {
|
||||
|
||||
$('.FreeapplicationBox').css('display', 'inline-block');
|
||||
@@ -154,7 +164,7 @@ function side_list() {
|
||||
$('.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>CiteScore (Scopus):</b> <span>2.1</span></p>');
|
||||
$('.edit_board_tmr').after('<p><b>CiteScore (Scopus):</b> <span>2.2</span></p>');
|
||||
$('.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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user