房间排行榜 - 阿语区展示日流水入口

This commit is contained in:
2025-09-18 17:59:43 +08:00
parent 4bc7177e24
commit e6f46ecff2
3 changed files with 5 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ body {
background-size: 100% 100%;
position: absolute;
right: 0;
display: none;
}
.largestBox .tab {
width: 4rem;

View File

@@ -62,6 +62,7 @@ body {
background-size: 100% 100%;
position: absolute;
right: 0;
display: none;
}
.tab {

View File

@@ -121,6 +121,9 @@ function getRankingsWealth() {
success(res) {
if (res.code === 200) {
listDomFun(res, 1);
if(res.data.room.partitionId == 2){
$('.rewards_in').show();
}
} else {
toastMsg(res.message)
}