瀏覽代碼

修改字段

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) {
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;


Loading…
取消
儲存