选课调整

This commit is contained in:
hebo 2025-08-26 14:15:20 +08:00
parent 121d3868e1
commit 4f7c5a5a7c

View File

@ -52,7 +52,6 @@
<!-- 教师简介区域 -->
<view class="teacher-intro-section">
<view class="intro-title">教师简介</view>
<view class="teacher-intro">
<text>{{ teacherInfo.introduction }}</text>
</view>
@ -100,7 +99,9 @@
<u-button
text="返回"
class="ml-15 mr-7"
:plain="true"
:plain="false"
color="#2879ff"
text-color="#ffffff"
@click="navigateBack"
/>
</view>