hookehuyr

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

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