调整首页字段展示

This commit is contained in:
dong.ai
2025-09-14 18:11:33 +08:00
parent 1b442ef040
commit 3ee4a2fd6e

View File

@@ -162,7 +162,7 @@
<!-- </div> -->
<!-- 精品课模块 -->
<div class="xcontent2-main">
<div class="modules-title xindex-main">
<div class="modules-title xindex-main" v-if="exquisiteList.length>0">
<!-- <span class="modules-text" style="color: #3D86F4;">精品课</span> -->
<span class="quyer-tag" style="margin-left: 0px;">
<!-- <img src="../assets/images/tutoring1.pn" alt=""> -->
@@ -219,7 +219,7 @@
>
</div>
<div style="display: flex">
<div v-if="course.score">
<div v-if="course.courseScore">
<span class="course-score-value" style="margin-left: 10px"
>{{ toScore(course.courseScore) }}</span
>