From c75a14fa4cc729318c3663a1f4c8e7430c3c3c95 Mon Sep 17 00:00:00 2001 From: Liangchun Zhang Date: Wed, 23 Nov 2022 10:22:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A3=E9=81=97=E7=89=A9=E8=AF=84=E5=88=86?= =?UTF-8?q?=E6=8E=92=E5=BA=8F=E5=BA=94=E8=AF=A5=E7=94=A8=E6=95=B0=E5=AD=97?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=20=5Fmark=20=E8=80=8C=E4=B8=8D=E6=98=AF?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E7=B1=BB=E5=9E=8B=E7=9A=84=20mark=20(#280)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/character/ProfileRank.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/character/ProfileRank.js b/apps/character/ProfileRank.js index 7513dd08..66206293 100644 --- a/apps/character/ProfileRank.js +++ b/apps/character/ProfileRank.js @@ -168,7 +168,7 @@ async function renderCharRankList ({ e, uids, char, mode, groupId }) { } } } - tmp._mark = mark?.mark || 0 + tmp._mark = mark?._mark || 0 tmp._dmg = dmg?.avg || 0 tmp._star = 5 - tmp.star list.push(tmp)