修复时间异常ss公会

This commit is contained in:
dragon
2024-09-05 11:26:48 +08:00
parent ba8980c599
commit 03e7a88218
3 changed files with 5 additions and 3 deletions

View File

@@ -441,7 +441,8 @@ body::-webkit-scrollbar {
.page1 .my {
position: fixed;
left: 0;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: 10rem;
height: 2.50667rem;

View File

@@ -447,7 +447,8 @@ body {
.my {
position: fixed;
left: 0;
left: 50%;
transform: translateX(-50%);
bottom: 0;
width: px2rem(750);
height: px2rem(188);

View File

@@ -96,7 +96,7 @@ function getConfig() {
// 倒计时
countup(res.data.monthEndTime - res.timestamp);
// 处理时间
$('.header .actTime b').text(`${res.data.startDate}-${res.data.startDate}`);
$('.header .actTime b').text(`${res.data.startDate}-${res.data.endDate}`);
// 渲染排名
var listTo3 = res.data.rankList.slice(0, 3);
var notListTo3 = res.data.rankList.slice(3);