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)