This commit is contained in:
进进啊
2022-04-16 15:43:23 +08:00
parent edc7d2bb04
commit 75705e8955

View File

@@ -91,9 +91,10 @@
// 获取上一题
previous(index, wordName) {
this.getAudioResource()
this.currentIndex--;
this.audio = this.wordData[index - 1].wordName;
this.audio = this.wordData[index - 1].wordName;
this.getAudioResource()
console.log('回到上一题', index, this.wordData[index - 1].wordName)
},