This commit is contained in:
Mrx
2026-05-08 16:43:17 +08:00
parent 24b068574c
commit be1b1faf86

View File

@@ -1176,7 +1176,6 @@ const calculateScore = () => {
// 再按身份证号(或报告唯一键)确定性 ±10最终 10-90同一人/同一报告每次相同
const offset = getDeterministicOffset(scoreIdCard.value);
const finalScore = Math.max(10, Math.min(90, rangeScore + offset));
return finalScore;
};