优化样式
This commit is contained in:
@@ -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",
|
||||
})
|
||||
|
Reference in New Issue
Block a user