首页显示8本刊

This commit is contained in:
2025-11-06 09:14:22 +08:00
parent 6cd7d254f6
commit eba8364b92
6 changed files with 115 additions and 503 deletions

View File

@@ -316,10 +316,14 @@ if(Jour_num == 17||Jour_num == 24){
// 相关期刊
var corr = result.data.relats;
if (result.data.relats.length > 0) {
var corr = result.data.relats;
$('.jour_correlate>a').attr('href', '/' + corr[0].usx);
$('.jour_correlate>a>img').attr('src', imgjourUrl + corr[0].icon)
}
$('.jour_correlate>a').attr('href', '/' + corr[0].usx);
$('.jour_correlate>a>img').attr('src', imgjourUrl + corr[0].icon)
if (localStorage.Journals_title == '经典中医研究') {
$('.jour_correlate>h4').html('相关期刊');
@@ -751,7 +755,7 @@ if(Jour_num == 17||Jour_num == 24){
$('.jour_guest h4 a').css('display', 'none');
} console.log('result.data.is_show at line 535:', result)
}
//11 mdm
if (result.data.is_show == "false" || Jour_num == '11') {
// $('.jour_guest h4 a').css('display', 'none');