| 
					
				 | 
			
			
				@@ -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({ 
			 |