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 = _tmp;
       // }
       // }
       this.cover = []
       this.cover = []
-      this.noneBtnImg = _tmp.length >= 1;
+      this.noneBtnImg = this.cover.length >= 1;
       this.isSysPic = false;
       this.isSysPic = false;
       this.$forceUpdate();
       this.$forceUpdate();
     },
     },