chenmy 4 年之前
父节点
当前提交
9b03a1e99a
共有 1 个文件被更改,包括 3 次插入3 次删除
  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) {