liushengqiang 1 سال پیش
والد
کامیت
9f6e0536a6
1فایلهای تغییر یافته به همراه3 افزوده شده و 5 حذف شده
  1. 3 5
      src/view/evaluating/index.tsx

+ 3 - 5
src/view/evaluating/index.tsx

@@ -1,7 +1,7 @@
 import styles from "./index.module.less";
 import { Snackbar } from "@varlet/ui";
-import { Overlay, Popup, Toast, closeToast, showLoadingToast, showToast } from "vant";
-import { defineComponent, onBeforeUnmount, onMounted, onUnmounted, reactive, ref, watch } from "vue";
+import { closeToast, showLoadingToast } from "vant";
+import { defineComponent, onMounted, onUnmounted, reactive, ref, watch } from "vue";
 import { getLeveByScore, getLeveByScoreMeasure, IEvaluatings } from "./evaluatResult";
 import {
 	cancelEvaluating,
@@ -18,7 +18,6 @@ import {
 	api_stopRecording,
 	api_recordStartTime,
 	api_remove_recordStartTime,
-	api_videoUpdate,
 	api_startCapture,
 	api_endCapture,
 } from "/src/helpers/communication";
@@ -26,9 +25,8 @@ import state, { IPlayState, clearSelection, handleStopPlay, resetPlaybackToStart
 import { IPostMessage } from "/src/utils/native-message";
 import { usePageVisibility } from "@vant/use";
 import { browser } from "/src/utils";
-import { getAudioCurrentTime, setAudioCurrentTime, toggleMutePlayAudio } from "../audio-list";
+import { getAudioCurrentTime, toggleMutePlayAudio } from "../audio-list";
 import testAudio from "./testAudio.mp3";
-import { createRecordAudio, startRecordingAudio, stopRecordingAudio } from "./recordAudio";
 
 const browserInfo = browser();
 export const evaluatingData = reactive({