From 31ffc5e263a2412bcbcdd8cfe3a551cfadaaf7fd Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Thu, 25 Sep 2025 14:39:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8D=A3=E8=AA=89=E6=A6=9C=E5=8D=95=20-=20?= =?UTF-8?q?=E7=8B=AC=E8=81=94=E4=BD=93=E9=9A=90=E8=97=8F=E6=9C=88=E5=A5=96?= =?UTF-8?q?=E5=8A=B1=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/moliparty/modules/newRank/js/index.js | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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(); }