mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-15 05:46:43 +08:00
课程审核部分的修改,替换到新开发的分支上来
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user