提交 a33d0b6c authored 作者: matian's avatar matian

updates

上级 4865a27c
...@@ -53,7 +53,7 @@ const recommendCourse = computed(() => { ...@@ -53,7 +53,7 @@ const recommendCourse = computed(() => {
<div class="course_detail" v-else> <div class="course_detail" v-else>
<DetailBanner :shopItem="shopStore.shopItem" :payStatus="payStatus" /> <DetailBanner :shopItem="shopStore.shopItem" :payStatus="payStatus" />
<IncludeCourseCard v-if="shopStore.shopItem?.type !== '课程包'" :courseItem="courseItem" /> <IncludeCourseCard v-if="shopStore.shopItem?.type !== '课程包'" :courseItem="courseItem" />
<div class="detail_con"> <div class="detail_con" v-if="shopStore.shopItem?.type === '课程包'">
<CourseIntrouduce :shopItem="shopStore.shopItem" /> <CourseIntrouduce :shopItem="shopStore.shopItem" />
<!-- <TeacherCard :lecturerList="shopStore.shopItem?.lecturer_list" /> --> <!-- <TeacherCard :lecturerList="shopStore.shopItem?.lecturer_list" /> -->
<CourseCatalogH5 :shopItem="shopStore.shopItem" /> <CourseCatalogH5 :shopItem="shopStore.shopItem" />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论