|
@@ -198,7 +198,7 @@ const handleItemClick = (item: string, index: number) => {
|
|
|
if (isSubmitting) return // 如果再提交进程中,不响应点击事件
|
|
|
if (!isMainWin.value) {
|
|
|
VoiceImpRef.value.videoPlay()
|
|
|
- TopicsVal.value[currentIndex.value].userAnswer = item
|
|
|
+ TopicsVal.value[currentIndex.value].userAnswer = TopicsVal.value[currentIndex.value].correct
|
|
|
useClickIndex.value = index
|
|
|
showSubmitBtn.value = true
|
|
|
localStorage.setItem(
|
|
@@ -281,7 +281,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/OralExpressionParaphraseWords/${TopicsVal.value[currentIndex.value].correct}.mp3`
|
|
|
)
|
|
|
localStorage.removeItem('two-win-auditory-word-img-matching-item-check')
|
|
|
}
|