From 6f7e4ed1947c0beca185a64ac06e57d2ab9418bf Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Tue, 14 Jan 2025 11:13:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/modules/newRank/js/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/view/molistar/modules/newRank/js/index.js b/view/molistar/modules/newRank/js/index.js index 291b1ee..1efc81a 100644 --- a/view/molistar/modules/newRank/js/index.js +++ b/view/molistar/modules/newRank/js/index.js @@ -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", })