hookehuyr

fix(StudyCoursePage): 修复课程详情显示条件逻辑

......@@ -64,7 +64,7 @@
<div class="text-gray-700 text-sm leading-relaxed" v-html="course?.learning_goal"></div>
<br />
</div>
<van-empty v-else description="暂无详情" />
<van-empty v-if="!course?.feature && !course?.highlights && course?.learning_goal" description="暂无详情" />
</div>
<div class="h-2 bg-gray-100"></div>
......