优化样式

This commit is contained in:
dragon
2025-01-14 11:13:36 +08:00
parent 01e4ec47aa
commit 6f7e4ed194

View File

@@ -100,7 +100,7 @@ function geth5() {
if (listTo3.length < 3) {
let arr = new Array(3 - listTo3.length).fill({
avatar: './images/logo.png',
nick: '',
nick: langReplace(localLang.demoModule.newText7),
totalNum: "",
uid: "0",
})
@@ -171,7 +171,7 @@ function listRank(type) {
if (listTo3.length < 3) {
let arr = new Array(3 - listTo3.length).fill({
avatar: './images/logo.png',
name: '',
name: langReplace(localLang.demoModule.newText7),
totalNum: "",
uid: "0",
})