杨航提交
This commit is contained in:
@@ -238,7 +238,8 @@
|
||||
useStorageStore
|
||||
} from '@/store/storage.js';
|
||||
import {
|
||||
onUnload
|
||||
onUnload,
|
||||
onHide
|
||||
} from '@dcloudio/uni-app';
|
||||
|
||||
import Subject from '@/components/examination/subject.vue';
|
||||
@@ -439,6 +440,10 @@
|
||||
console.log('onUnload')
|
||||
talkVoiceObj.value?.destroy()
|
||||
});
|
||||
onHide(() => {
|
||||
console.log('onHide')
|
||||
voiceLoading.value = false;
|
||||
});
|
||||
let prevTime = -1;
|
||||
let pauseTime = -1;
|
||||
const startPlay = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user