This commit is contained in:
2025-05-07 09:11:50 +08:00
parent 1be6e649e1
commit 4ab2d4f177
12 changed files with 831 additions and 12 deletions

View File

@@ -451,7 +451,7 @@ $.ajax({
$('.exp_journal .mes_accep').html(arr_jour.acceptance);
$('.exp_journal .mes_final').html(arr_jour.finaldecision);
$('.exp_journal .mes_APC').html(arr_jour.apc);
if (Jour_num == 3 || Jour_num == 2 || Jour_num == 16 || Jour_num == 18 || Jour_num == 7) {
if (Jour_num == 3 || Jour_num == 2 || Jour_num == 16 || Jour_num == 18 || Jour_num == 7||Jour_num == 24) {
$('.exp_and .exp_journal .share_4').css('display', 'inline-block');
$('.exp_and .exp_journal .share_5').css('display', 'inline-block');
$('.exp_and .exp_journal .share_6').css('display', 'inline-block');