fix; bug

This commit is contained in:
杨航
2025-11-10 13:54:19 +08:00
parent a7063e4cb9
commit 5bf1a87784
+1 -1
View File
@@ -595,8 +595,8 @@
// 判斷是否在當前頁面
if(unref(isGettingId) === unref(dataInfo)?.id){
talkVoiceObj.value.play();
storageStore.setStorage('audio', _url + _params.teachNo, itemVoice.value);
}
storageStore.setStorage('audio', _url + _params.teachNo, itemVoice.value);
})
.catch((err) => {
voiceLoading.value = false;