From 8ffc89e22ccd795848ed09d9f288cec16d1f2289 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Mon, 20 Jan 2025 11:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E6=A6=9C=E5=A5=96=E5=8A=B1=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E6=9D=A1=E4=BB=B6=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/newRank/js/index.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/view/molistar/modules/newRank/js/index.js b/view/molistar/modules/newRank/js/index.js index b39f86b..fd450b6 100644 --- a/view/molistar/modules/newRank/js/index.js +++ b/view/molistar/modules/newRank/js/index.js @@ -161,7 +161,7 @@ function geth5() { // 处理自己 $('.my .box .tx').attr('src', my.avatar); $('.my .box .nick').text(my.nick); - $('.my .box .seqNo').text(my.seqNo <= 0? '-' : my.seqNo); + $('.my .box .seqNo').text(my.seqNo <= 0 ? '-' : my.seqNo); $('.my .box .score span').text(my.diffNum <= 0 ? '-' : unitProcessingAr(my.diffNum, 1)); if (my.diffNum <= 0) { $('.my .box .score b').hide(); @@ -284,8 +284,9 @@ $('.header .tabBox div').click(function () { $(`.header .top .top3 .ts`).attr('src', './images/no33.png') listRank(4); $('ul li .tx').addClass('actTx'); + $('.header .monthlyRewards').show(); } - + if (partitionId == 4) { $('.header .sTab .newText2').hide(); $(`.header .monthlyRewards`).hide(); @@ -301,6 +302,10 @@ $('.header .sTab div').click(function () { } else { $('.header .monthlyRewards').hide(); } + + if (listType == 3) { + $('.header .monthlyRewards').hide(); + } geth5(); }) // 前三跳转个人页