|
@@ -1,7 +1,7 @@
|
|
import styles from "./index.module.less";
|
|
import styles from "./index.module.less";
|
|
import { Snackbar } from "@varlet/ui";
|
|
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 { getLeveByScore, getLeveByScoreMeasure, IEvaluatings } from "./evaluatResult";
|
|
import {
|
|
import {
|
|
cancelEvaluating,
|
|
cancelEvaluating,
|
|
@@ -18,7 +18,6 @@ import {
|
|
api_stopRecording,
|
|
api_stopRecording,
|
|
api_recordStartTime,
|
|
api_recordStartTime,
|
|
api_remove_recordStartTime,
|
|
api_remove_recordStartTime,
|
|
- api_videoUpdate,
|
|
|
|
api_startCapture,
|
|
api_startCapture,
|
|
api_endCapture,
|
|
api_endCapture,
|
|
} from "/src/helpers/communication";
|
|
} from "/src/helpers/communication";
|
|
@@ -26,9 +25,8 @@ import state, { IPlayState, clearSelection, handleStopPlay, resetPlaybackToStart
|
|
import { IPostMessage } from "/src/utils/native-message";
|
|
import { IPostMessage } from "/src/utils/native-message";
|
|
import { usePageVisibility } from "@vant/use";
|
|
import { usePageVisibility } from "@vant/use";
|
|
import { browser } from "/src/utils";
|
|
import { browser } from "/src/utils";
|
|
-import { getAudioCurrentTime, setAudioCurrentTime, toggleMutePlayAudio } from "../audio-list";
|
|
|
|
|
|
+import { getAudioCurrentTime, toggleMutePlayAudio } from "../audio-list";
|
|
import testAudio from "./testAudio.mp3";
|
|
import testAudio from "./testAudio.mp3";
|
|
-import { createRecordAudio, startRecordingAudio, stopRecordingAudio } from "./recordAudio";
|
|
|
|
|
|
|
|
const browserInfo = browser();
|
|
const browserInfo = browser();
|
|
export const evaluatingData = reactive({
|
|
export const evaluatingData = reactive({
|