diff --git a/view/moliparty/modules/newRank/js/index.js b/view/moliparty/modules/newRank/js/index.js index 63138f1..f5e1e8c 100644 --- a/view/moliparty/modules/newRank/js/index.js +++ b/view/moliparty/modules/newRank/js/index.js @@ -91,6 +91,9 @@ function userInfo() { if (partitionId == 2) { $(`.header .monthlyRewards`).hide(); } + if (partitionId == 32) { + $(`.header .monthlyRewards`).hide(); + } } else { toastMsg(res.message) } @@ -297,9 +300,9 @@ $('.header .tabBox div').click(function () { if (partitionId == 2) { $(`.header .monthlyRewards`).hide(); } - // if (partitionId == 16) { - // $(`.header .monthlyRewards`).hide(); - // } + if (partitionId == 32) { + $(`.header .monthlyRewards`).hide(); + } }) // 日榜周榜切换tab $('.header .sTab div').click(function () { @@ -313,6 +316,9 @@ $('.header .sTab div').click(function () { // $('.header .monthlyRewards').show(); // } $('.header .monthlyRewards').show(); + if (partitionId == 32) { + $(`.header .monthlyRewards`).hide(); + } } else { $('.header .monthlyRewards').hide(); }