|
@@ -197,18 +197,18 @@ onMounted(() => {
|
|
showTopics.value = true
|
|
showTopics.value = true
|
|
currentIndex.value = Number(val.newValue!)
|
|
currentIndex.value = Number(val.newValue!)
|
|
useClickIndex.value = -1
|
|
useClickIndex.value = -1
|
|
- VoiceImpRef.value.videoPlay(
|
|
|
|
- 'Speech-Auditory',
|
|
|
|
- `static/voice/cognitiveAbility/SpeechTraining/Auditory/SentenceImgMatching/${TopicsVal.value[currentIndex.value].correct}.mp3`
|
|
|
|
- )
|
|
|
|
|
|
+ // VoiceImpRef.value.videoPlay(
|
|
|
|
+ // 'Speech-Auditory',
|
|
|
|
+ // `static/voice/cognitiveAbility/SpeechTraining/Auditory/SentenceImgMatching/${TopicsVal.value[currentIndex.value].correct}.mp3`
|
|
|
|
+ // )
|
|
localStorage.removeItem('tow-win-auditory-sentence-img-matching-show-topics')
|
|
localStorage.removeItem('tow-win-auditory-sentence-img-matching-show-topics')
|
|
}
|
|
}
|
|
|
|
|
|
if (val.key === 'two-win-auditory-sentence-img-matching-item-check') {
|
|
if (val.key === 'two-win-auditory-sentence-img-matching-item-check') {
|
|
- VoiceImpRef.value.videoPlay(
|
|
|
|
- 'Speech-Auditory',
|
|
|
|
- `static/voice/cognitiveAbility/SpeechTraining/Auditory/SentenceImgMatching/${val.newValue}.mp3`
|
|
|
|
- )
|
|
|
|
|
|
+ // VoiceImpRef.value.videoPlay(
|
|
|
|
+ // 'Speech-Auditory',
|
|
|
|
+ // `static/voice/cognitiveAbility/SpeechTraining/Auditory/SentenceImgMatching/${val.newValue}.mp3`
|
|
|
|
+ // )
|
|
localStorage.removeItem('two-win-auditory-sentence-img-matching-item-check')
|
|
localStorage.removeItem('two-win-auditory-sentence-img-matching-item-check')
|
|
}
|
|
}
|
|
|
|
|