feat: UI 页面优化

This commit is contained in:
richarjiang
2026-04-14 10:07:31 +08:00
parent 52cc3a2985
commit 7ce7cef77c
8 changed files with 958 additions and 448 deletions

View File

@@ -14,7 +14,6 @@
:active-membership-count="activeMembershipCount"
:upcoming-booking-count="upcomingBookingCount"
@clear-cache="handleClearCache"
@about="handleAbout"
@require-login="handleLogin"
/>
@@ -129,13 +128,6 @@ function handleClearCache() {
})
}
function handleAbout() {
uni.showModal({
title: '关于我们',
content: 'Focus Core 普拉提工作室\n版本 1.0.0\n\n专注核心遇见更好的自己',
showCancel: false,
})
}
</script>
<style lang="scss" scoped>