ソースを参照

修改字段

newStyle
douzhuo 1年前
コミット
6b985aaa30
1個のファイルの変更3行の追加2行の削除
  1. +3
    -2
      src/views/Receive/index.vue

+ 3
- 2
src/views/Receive/index.vue ファイルの表示

@@ -2277,10 +2277,11 @@ export default {


//常错词点击 //常错词点击
checkMsg(row, index) { checkMsg(row, index) {
this.correctListFun();
if (this.rec_index_wrongword == false) {
console.log(this.rec_index_wrongword)
if (!this.rec_index_wrongword) {
return; return;
} }
this.correctListFun();
this.aplayer.pause(); this.aplayer.pause();
this.form.cupid = this.arr[this.aplayerId].id; this.form.cupid = this.arr[this.aplayerId].id;
this.textItself = row.onebest; this.textItself = row.onebest;


読み込み中…
キャンセル
保存