修复今日金币异常问题

This commit is contained in:
dragon
2025-02-25 14:00:08 +08:00
parent 0ecd77a415
commit 8ac6da9219
3 changed files with 3 additions and 3 deletions

View File

@@ -2242,7 +2242,7 @@ body {
color: #FFED26;
font-size: 0.37333rem;
font-weight: 400;
margin-top: 0.33333rem;
margin-top: 0.4rem;
}
.page2 .my .score img {

View File

@@ -2278,7 +2278,7 @@ body {
color: #FFED26;
font-size: px2rem(28);
font-weight: 400;
margin-top: px2rem(25);
margin-top: px2rem(30);
img {
display: inline-block;

View File

@@ -523,7 +523,7 @@ function ramadanRank() {
if (listType == 1) {
console.log(val);
$('.page2 .list .c .page3_in1 .yesterdayCoinsPool .num b').text(unitProcessingAr(val.poolGoldNum, 2));
$('.page2 .list .c .page3_in1 .yesterdayCoinsPool .num b').text(unitProcessingAr(val.totalGoldNum, 2));
} else {
var endtime = new Date(res.data.activityH5RankVo.endTimeStr.replace(/\-/g, '/')).getTime();
countup(endtime - res.timestamp);