lsc 2 년 전
부모
커밋
b4ece6ae78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();
     },