修正成就查询
This commit is contained in:
@@ -120,7 +120,7 @@ const nextDeltaText = computed(() => {
|
||||
const need = Math.max(0, tar - cur);
|
||||
const nextName = nextLevelAchievement.value.name || `Lv.${formatLevelNumber(nextLevelAchievement.value.level)}`;
|
||||
if (need <= 0) return `即将升级至 ${nextName}`;
|
||||
return `下一级:${nextName},还差 ${formatConditionValue(nextLevelAchievement.value.conditionType, need)}`;
|
||||
return `下一级: LV${nextLevelAchievement.value.level},还差 ${formatConditionValue(nextLevelAchievement.value.conditionType, need)}`;
|
||||
});
|
||||
|
||||
// ===== 勋章成就部分 =====
|
||||
|
||||
Reference in New Issue
Block a user