hookehuyr

refactor: 移除CourseDetailPage.vue中未使用的咨询按钮

移除页面底部未使用的咨询按钮代码,以简化代码结构并提高可维护性
......@@ -182,7 +182,7 @@
<!-- Bottom Action Bar -->
<div class="fixed bottom-16 left-0 right-0 bg-white shadow-lg p-3 flex justify-between items-center">
<div class="flex space-x-4">
<button class="flex flex-col items-center text-gray-500 text-xs">
<!-- <button class="flex flex-col items-center text-gray-500 text-xs">
<svg
xmlns="http://www.w3.org/2000/svg"
class="h-6 w-6"
......@@ -198,7 +198,7 @@
/>
</svg>
咨询
</button>
</button> -->
<button class="flex flex-col items-center text-gray-500 text-xs">
<svg
xmlns="http://www.w3.org/2000/svg"
......