From 6b985aaa30e971ce12f30cf59bd1ad6cea34ee90 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 2 Mar 2023 10:54:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Receive/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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;