liushengqiang 2 years ago
parent
commit
7f5db1d774
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/page-instrument/evaluat-model/evaluat-result/index.tsx

+ 1 - 1
src/page-instrument/evaluat-model/evaluat-result/index.tsx

@@ -44,7 +44,7 @@ export default defineComponent({
 				clientType: storeData.user.clientType, // 客户端类型
 				musicSheetId: state.examSongId, // 乐谱id
 				feature: "EVALUATION", // 特征
-				playTime: evaluatingData.resultData.playTime, // 播放时长
+				playTime: evaluatingData.resultData.playTime / 1000, // 播放时长
 				heardLevel: state.setting.evaluationDifficulty, // 听力等级
 				recordFilePath: evaluatingData.resultData.url, // 录音文件路径
 			};