Merge branch '202599-da'

This commit is contained in:
joshen
2025-09-19 18:58:47 +08:00

View File

@@ -177,7 +177,7 @@
<div style="display: flex;">
<interactBar :type="1" nodeWidth="20px" :data="cinfo" :courseExclusive="true" :comments="false"
:praises="false" :shares="false" :views="false"></interactBar>
<div v-if="Number(cinfo.hasCollect)">
<div v-if="cinfo.courseScore">
<span class="course-score-value">{{ toScore(cinfo.courseScore) }}</span>
</div>
<div v-else class="course-score-no">未评分</div>