|
@@ -379,6 +379,9 @@ const saveTaskToServer = async () => {
|
|
|
markResult.trackList
|
|
|
.map((t) => Math.round((t.score || 0) * 100))
|
|
|
.reduce((acc, s) => acc + s, 0) / 100;
|
|
|
+ // console.log(markResult.trackList);
|
|
|
+ // console.log(trackScores, markResult.markerScore);
|
|
|
+
|
|
|
if (trackScores !== markResult.markerScore) {
|
|
|
void message.error({
|
|
|
content: "轨迹分与总分不一致,请检查。",
|