mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-07 09:56:42 +08:00
还原代码
This commit is contained in:
@@ -162,7 +162,7 @@
|
|||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
<!-- 精品课模块 -->
|
<!-- 精品课模块 -->
|
||||||
<div class="xcontent2-main">
|
<div class="xcontent2-main">
|
||||||
<div class="modules-title xindex-main" v-if="this.qusisityList.list.length>0">
|
<div class="modules-title xindex-main">
|
||||||
<!-- <span class="modules-text" style="color: #3D86F4;">精品课</span> -->
|
<!-- <span class="modules-text" style="color: #3D86F4;">精品课</span> -->
|
||||||
<span class="quyer-tag" style="margin-left: 0px;">
|
<span class="quyer-tag" style="margin-left: 0px;">
|
||||||
<!-- <img src="../assets/images/tutoring1.pn" alt=""> -->
|
<!-- <img src="../assets/images/tutoring1.pn" alt=""> -->
|
||||||
@@ -212,7 +212,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="course-author">
|
<div class="course-author">
|
||||||
<div class="course-author-left">
|
<div class="course-author-left">
|
||||||
{{ course.authorInfo.teacherName }}
|
{{ course.teacherName }}
|
||||||
|
|
||||||
<span class="study-num"
|
<span class="study-num"
|
||||||
>{{ formatNum(course.studyNum) }}人学习</span
|
>{{ formatNum(course.studyNum) }}人学习</span
|
||||||
@@ -233,7 +233,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!--内容块-->
|
<!--内容块-->
|
||||||
<div class="modules-title xindex-main" v-if="courseComputedOneList.length > 0">
|
<div class="modules-title xindex-main" v-if="exquisiteList.length > 0">
|
||||||
<span class="modules-text">推荐课程</span>
|
<span class="modules-text">推荐课程</span>
|
||||||
<span class="quyer-tag">
|
<span class="quyer-tag">
|
||||||
<a
|
<a
|
||||||
@@ -1562,19 +1562,7 @@ export default {
|
|||||||
aid: this.userInfo.aid,
|
aid: this.userInfo.aid,
|
||||||
}
|
}
|
||||||
apiIndex.qualitylist(course).then((res) => {
|
apiIndex.qualitylist(course).then((res) => {
|
||||||
let courseIds = [];
|
console.log(res,'jinpinsjfhhfjash--------------------------');
|
||||||
res.data.result.forEach((item) => {
|
|
||||||
item.authorInfo = {
|
|
||||||
aid: "",
|
|
||||||
name: "",
|
|
||||||
orgInfo: "",
|
|
||||||
avatar: "",
|
|
||||||
code: "",
|
|
||||||
sex: null,
|
|
||||||
};
|
|
||||||
courseIds.push(item.courseId);
|
|
||||||
});
|
|
||||||
this.loadCouserTeacher(res.data.result, courseIds);
|
|
||||||
this.qusisityList.list = res.data.result;
|
this.qusisityList.list = res.data.result;
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user