diff --git a/src/views/Receive/index.vue b/src/views/Receive/index.vue index 10194f2..82d7d2f 100644 --- a/src/views/Receive/index.vue +++ b/src/views/Receive/index.vue @@ -2277,10 +2277,11 @@ export default { //常错词点击 checkMsg(row, index) { - this.correctListFun(); - if (this.rec_index_wrongword == false) { + console.log(this.rec_index_wrongword) + if (!this.rec_index_wrongword) { return; } + this.correctListFun(); this.aplayer.pause(); this.form.cupid = this.arr[this.aplayerId].id; this.textItself = row.onebest;