修改荣誉排行-英语2区展示每月奖励

This commit is contained in:
chenruiye
2025-04-10 15:02:26 +08:00
parent 932dec0193
commit 030d6b9f58

View File

@@ -297,9 +297,9 @@ $('.header .tabBox div').click(function () {
if (partitionId == 2) {
$(`.header .monthlyRewards`).hide();
}
if (partitionId == 16) {
$(`.header .monthlyRewards`).hide();
}
// if (partitionId == 16) {
// $(`.header .monthlyRewards`).hide();
// }
})
// 日榜周榜切换tab
$('.header .sTab div').click(function () {
@@ -307,11 +307,12 @@ $('.header .sTab div').click(function () {
$(this).addClass('act').siblings().removeClass('act');
timeType = $(this).attr('type');
if (timeType == 5) {
if (partitionId == 16) {
$(`.header .monthlyRewards`).hide();
}else{
// if (partitionId == 16) {
// $(`.header .monthlyRewards`).hide();
// }else{
// $('.header .monthlyRewards').show();
// }
$('.header .monthlyRewards').show();
}
} else {
$('.header .monthlyRewards').hide();
}