hookehuyr

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

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