修改荣誉排行-英语2区展示每月奖励
This commit is contained in:
@@ -297,9 +297,9 @@ $('.header .tabBox div').click(function () {
|
|||||||
if (partitionId == 2) {
|
if (partitionId == 2) {
|
||||||
$(`.header .monthlyRewards`).hide();
|
$(`.header .monthlyRewards`).hide();
|
||||||
}
|
}
|
||||||
if (partitionId == 16) {
|
// if (partitionId == 16) {
|
||||||
$(`.header .monthlyRewards`).hide();
|
// $(`.header .monthlyRewards`).hide();
|
||||||
}
|
// }
|
||||||
})
|
})
|
||||||
// 日榜周榜切换tab
|
// 日榜周榜切换tab
|
||||||
$('.header .sTab div').click(function () {
|
$('.header .sTab div').click(function () {
|
||||||
@@ -307,11 +307,12 @@ $('.header .sTab div').click(function () {
|
|||||||
$(this).addClass('act').siblings().removeClass('act');
|
$(this).addClass('act').siblings().removeClass('act');
|
||||||
timeType = $(this).attr('type');
|
timeType = $(this).attr('type');
|
||||||
if (timeType == 5) {
|
if (timeType == 5) {
|
||||||
if (partitionId == 16) {
|
// if (partitionId == 16) {
|
||||||
$(`.header .monthlyRewards`).hide();
|
// $(`.header .monthlyRewards`).hide();
|
||||||
}else{
|
// }else{
|
||||||
|
// $('.header .monthlyRewards').show();
|
||||||
|
// }
|
||||||
$('.header .monthlyRewards').show();
|
$('.header .monthlyRewards').show();
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
$('.header .monthlyRewards').hide();
|
$('.header .monthlyRewards').hide();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user