Explorar o código

fix: 轨迹图首页总览分数缺失

zhangjie hai 1 mes
pai
achega
1ff641124b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/features/track/composables/useTrackTag.ts

+ 1 - 1
src/features/track/composables/useTrackTag.ts

@@ -681,7 +681,7 @@ export default function useTrackTag() {
       return {
         mainNumber: q.mainNumber,
         subNumber: q.subNumber,
-        score: q.score,
+        score: q.markerScore,
         markerName: getMode4MarkerName(q),
       };
     });