修改荣誉排行-英语2区展示每月奖励
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
Reference in New Issue
Block a user