lsc 2 năm trước cách đây
mục cha
commit
b4ece6ae78
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/components/pages/addCourse.vue

+ 1 - 1
src/components/pages/addCourse.vue

@@ -4996,7 +4996,7 @@ export default {
       //   this.cover = _tmp;
       // }
       this.cover = []
-      this.noneBtnImg = _tmp.length >= 1;
+      this.noneBtnImg = this.cover.length >= 1;
       this.isSysPic = false;
       this.$forceUpdate();
     },