|
@@ -231,13 +231,13 @@ async function exec() {
|
|
|
localStorage.setItem('two-win-auditory-word-img-matching-init-data', JSON.stringify(TopicsVal.value))
|
|
|
setTimeout(() => {
|
|
|
showNextBtn.value = true
|
|
|
- }, 600)
|
|
|
+ }, 6600)
|
|
|
} else {
|
|
|
taskBeginTime = Date.now()
|
|
|
- // VoiceImpRef.value.videoPlay(
|
|
|
- // 'Speech-Auditory',
|
|
|
- // 'static/voice/cognitiveAbility/SpeechTraining/Auditory/WordImgMatching/1.mp3'
|
|
|
- // )
|
|
|
+ VoiceImpRef.value.videoPlay(
|
|
|
+ 'Speech-Auditory',
|
|
|
+ 'static/voice/cognitiveAbility/SpeechTraining/OralExpression/OralExpressionName/1.mp3'
|
|
|
+ )
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -268,10 +268,10 @@ onMounted(() => {
|
|
|
useClickIndex.value = -1
|
|
|
showScoreArea.value = false
|
|
|
scoreIndex.value = -1
|
|
|
- VoiceImpRef.value.videoPlay(
|
|
|
- 'Speech-Auditory',
|
|
|
- `static/voice/cognitiveAbility/SpeechTraining/Auditory/WordImgMatching/${TopicsVal.value[currentIndex.value].correct}.mp3`
|
|
|
- )
|
|
|
+ // VoiceImpRef.value.videoPlay(
|
|
|
+ // 'Speech-Auditory',
|
|
|
+ // `static/voice/cognitiveAbility/SpeechTraining/Auditory/WordImgMatching/${TopicsVal.value[currentIndex.value].correct}.mp3`
|
|
|
+ // )
|
|
|
localStorage.removeItem('tow-win-auditory-word-img-matching-show-topics')
|
|
|
}
|
|
|
|
|
@@ -279,7 +279,7 @@ onMounted(() => {
|
|
|
tipsFlag.value = true
|
|
|
VoiceImpRef.value.videoPlay(
|
|
|
'Speech-Auditory',
|
|
|
- `static/voice/cognitiveAbility/SpeechTraining/Auditory/WordImgMatching/${val.newValue}-tips.mp3`
|
|
|
+ `static/voice/cognitiveAbility/SpeechTraining/OralExpression/OralExpressionName/2.mp3`
|
|
|
)
|
|
|
localStorage.removeItem('two-win-auditory-word-img-matching-item-check')
|
|
|
}
|