@@ -44,7 +44,7 @@
<div :class="['gl-item', index === activeSubjectIndex ? 'item-active' : '']" v-for="(item, index) in subjectList" :key="index" @click="handleSubjectTap(index)">
<p class="gl-item-name">{{ item.name }}</p>
<p class="gl-item-info">
- <span></span>{{ $t("knowledge.blockCount") }}:{{ item.pcount }}
+ <span></span>{{ $t("selflearn.choose.pointCount") }}:{{ item.pcount }}
</p>
</div>