|
@@ -396,15 +396,15 @@ export const handleEndEvaluat = (isComplete = false) => {
|
|
|
endEvaluating({
|
|
|
musicScoreId: state.examSongId,
|
|
|
});
|
|
|
+ showLoadingToast({
|
|
|
+ message: "评分中",
|
|
|
+ duration: 0,
|
|
|
+ overlay: true,
|
|
|
+ overlayClass: styles.scoreMode,
|
|
|
+ });
|
|
|
setTimeout(() => {
|
|
|
evaluatingData.startBegin = false;
|
|
|
- showLoadingToast({
|
|
|
- message: "评分中",
|
|
|
- duration: 0,
|
|
|
- overlay: true,
|
|
|
- overlayClass: styles.scoreMode,
|
|
|
- });
|
|
|
- }, 1000);
|
|
|
+ }, 500);
|
|
|
evaluatingData.isComplete = isComplete;
|
|
|
// 如果开启了摄像头, 结束录制视频
|
|
|
if (state.setting.camera) {
|