chenmy há 4 anos atrás
pai
commit
9b03a1e99a
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      HiTeachCE/ClientApp/src/components/Tools/BasePick.vue

+ 3 - 3
HiTeachCE/ClientApp/src/components/Tools/BasePick.vue

@@ -207,10 +207,10 @@
                     this.answershow=true
                 }
                 if (status === 1 && oldAnswer.length !== 0) {
-                    textList[3].show = true
+                    this.textList[3].show = true
                 } else if (status === 1 ) {
-                    textList[1].show = true
-                    textList[2].show = true
+                    this.textList[1].show = true
+                    this.textList[2].show = true
                 }
             },
             cons(val) {