From c17573b349d81312680073a855735581e95c1b5c Mon Sep 17 00:00:00 2001 From: yujiacong <1016029365@qq.com> Date: Wed, 15 Oct 2025 14:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8B=AC=E8=81=94=E4=BD=93=20-=20=E8=B4=A2?= =?UTF-8?q?=E5=AF=8C=E9=AD=85=E5=8A=9B=E6=A6=9C=E6=9C=88=E5=A5=96=E5=8A=B1?= =?UTF-8?q?=E5=85=A5=E5=8F=A3=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/newRank/js/index.js | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/view/molistar/modules/newRank/js/index.js b/view/molistar/modules/newRank/js/index.js index d6513d5e..fcf907e4 100644 --- a/view/molistar/modules/newRank/js/index.js +++ b/view/molistar/modules/newRank/js/index.js @@ -91,9 +91,7 @@ function userInfo() { if (partitionId == 2) { $(`.header .monthlyRewards`).hide(); } - if (partitionId == 32) { - $(`.header .monthlyRewards`).hide(); - } + } else { toastMsg(res.message) } @@ -301,9 +299,7 @@ $('.header .tabBox div').click(function () { if (partitionId == 2) { $(`.header .monthlyRewards`).hide(); } - if (partitionId == 32) { - $(`.header .monthlyRewards`).hide(); - } + }) // 日榜周榜切换tab $('.header .sTab div').click(function () { @@ -317,9 +313,7 @@ $('.header .sTab div').click(function () { // $('.header .monthlyRewards').show(); // } $('.header .monthlyRewards').show(); - if (partitionId == 32) { - $(`.header .monthlyRewards`).hide(); - } + } else { $('.header .monthlyRewards').hide(); }