月榜奖励展示条件更新
This commit is contained in:
@@ -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();
|
||||
})
|
||||
// 前三跳转个人页
|
||||
|
Reference in New Issue
Block a user