修复今日金币异常问题
This commit is contained in:
@@ -2242,7 +2242,7 @@ body {
|
|||||||
color: #FFED26;
|
color: #FFED26;
|
||||||
font-size: 0.37333rem;
|
font-size: 0.37333rem;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-top: 0.33333rem;
|
margin-top: 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page2 .my .score img {
|
.page2 .my .score img {
|
||||||
|
@@ -2278,7 +2278,7 @@ body {
|
|||||||
color: #FFED26;
|
color: #FFED26;
|
||||||
font-size: px2rem(28);
|
font-size: px2rem(28);
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
margin-top: px2rem(25);
|
margin-top: px2rem(30);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@@ -523,7 +523,7 @@ function ramadanRank() {
|
|||||||
if (listType == 1) {
|
if (listType == 1) {
|
||||||
console.log(val);
|
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 {
|
} else {
|
||||||
var endtime = new Date(res.data.activityH5RankVo.endTimeStr.replace(/\-/g, '/')).getTime();
|
var endtime = new Date(res.data.activityH5RankVo.endTimeStr.replace(/\-/g, '/')).getTime();
|
||||||
countup(endtime - res.timestamp);
|
countup(endtime - res.timestamp);
|
||||||
|
Reference in New Issue
Block a user