From 030d6b9f58a9cbccd2e850cb167ca3bef4f263ab Mon Sep 17 00:00:00 2001 From: chenruiye <862859104@qq.com> Date: Thu, 10 Apr 2025 15:02:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=8D=A3=E8=AA=89=E6=8E=92?= =?UTF-8?q?=E8=A1=8C-=E8=8B=B1=E8=AF=AD2=E5=8C=BA=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E6=AF=8F=E6=9C=88=E5=A5=96=E5=8A=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/newRank/js/index.js | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/view/molistar/modules/newRank/js/index.js b/view/molistar/modules/newRank/js/index.js index 30b8267..63138f1 100644 --- a/view/molistar/modules/newRank/js/index.js +++ b/view/molistar/modules/newRank/js/index.js @@ -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(); }