课程审核部分的修改,替换到新开发的分支上来

This commit is contained in:
daihh
2022-09-25 10:58:16 +08:00
parent ba5ed90fc6
commit c31f9fdf62
7 changed files with 446 additions and 70 deletions

View File

@@ -83,14 +83,7 @@ export default {
) {
return this.fileBaseUrl + this.course.image;
}
else if (
this.course &&
this.course.images &&
this.course.images != ""
) {
return this.fileBaseUrl + this.course.images;
}
else if (this.course.coverImg == "" || this.course.courseImage == "" || this.course.image == "" || this.course.images == "") {
else if (this.course.coverImg == "" || this.course.courseImage == "" || this.course.image == "") {
this.isShow = true;
return this.webBaseUrl + "/images/bgimg/course.png";
}