Explorar el Código

修改字段

newStyle
douzhuo hace 1 año
padre
commit
6b985aaa30
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      src/views/Receive/index.vue

+ 3
- 2
src/views/Receive/index.vue Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar