commit
This commit is contained in:
@@ -91,9 +91,10 @@
|
|||||||
|
|
||||||
// 获取上一题
|
// 获取上一题
|
||||||
previous(index, wordName) {
|
previous(index, wordName) {
|
||||||
this.getAudioResource()
|
|
||||||
this.currentIndex--;
|
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)
|
console.log('回到上一题', index, this.wordData[index - 1].wordName)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user