@@ -341,9 +341,11 @@ export const handleEndEvaluat = (isComplete = false) => {
// 结束录音
api_stopRecording();
// 结束评测
- endEvaluating({
- musicScoreId: state.examSongId,
- });
+ setTimeout(() => {
+ endEvaluating({
+ musicScoreId: state.examSongId,
+ });
+ }, 500);
showLoadingToast({
message: "评分中",
duration: 0,