|
@@ -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, // 录音文件路径
|
|
|
};
|