perf: 支持教师、场馆介绍

This commit is contained in:
richarjiang
2026-04-09 14:29:13 +08:00
parent a40b4e47e5
commit 54104c16d2
2 changed files with 100 additions and 0 deletions

View File

@@ -43,6 +43,9 @@
<CardShop ref="cardShopRef" />
</view>
<!-- About (teacher + studio gallery) -->
<AboutSection />
<!-- Bottom padding for tab bar -->
<view class="bottom-padding" />
</view>
@@ -60,6 +63,7 @@ import QuickEntry from '../../components/QuickEntry.vue'
import UpcomingBooking from '../../components/UpcomingBooking.vue'
import FlashSaleSection from '../../components/FlashSaleSection.vue'
import CardShop from '../../components/CardShop.vue'
import AboutSection from '../../components/AboutSection.vue'
import { useUserStore } from '../../stores/user'
import { useStudioStore } from '../../stores/studio'