tijiao 合并food
This commit is contained in:
11
js/forAuthor.js
Normal file
11
js/forAuthor.js
Normal file
@@ -0,0 +1,11 @@
|
||||
function initForAuthor() {
|
||||
console.log('initForAuthor');
|
||||
var apcStr = ``;
|
||||
if ([1, 25, 11].includes(Jour_num)) {
|
||||
apcStr = arr_jour.apc
|
||||
} else {
|
||||
apcStr = arr_jour.apc + `<span style="color: ${arr_jour.system_color};font-weight: bold;margin-left:6px;">( 2025 - 2026 )</span>`;
|
||||
}
|
||||
|
||||
$('.for_mess div .fr_APC').html(apcStr);
|
||||
}
|
||||
Reference in New Issue
Block a user