hookehuyr

fix: 修正课程详情页中介绍字段的命名错误

......@@ -84,7 +84,7 @@
<div>
<h4 class="font-bold text-gray-900">{{ item?.name }}</h4>
<p class="text-sm text-gray-600">{{ item?.educational }}</p>
<p class="text-xs text-gray-500 mt-1">{{ item?.introduce }}</p>
<p class="text-xs text-gray-500 mt-1">{{ item?.introduction }}</p>
</div>
</div>
</div>
......