房间排行榜 - 阿语区展示日流水入口
This commit is contained in:
@@ -56,6 +56,7 @@ body {
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
display: none;
|
||||
}
|
||||
.largestBox .tab {
|
||||
width: 4rem;
|
||||
|
@@ -62,6 +62,7 @@ body {
|
||||
background-size: 100% 100%;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.tab {
|
||||
|
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user