整合api请求、添加购买会员卡页面、登陆页面

This commit is contained in:
future
2026-06-23 22:17:53 +08:00
parent 1c547a717e
commit 8d8c823616
70 changed files with 7666 additions and 2656 deletions
+8 -6
View File
@@ -1,7 +1,6 @@
<!-- pages/course/index.vue -->
<template>
<!-- 滚动内容区域 -->
<scroll-view scroll-y="false" class="scroll-container">
<view class="scroll-container">
<view class="tab-page">
<PageHeader title="课程" subtitle="精品团课 · 私教 · 线上课" />
@@ -29,7 +28,7 @@
<view class="bottom-placeholder"></view>
</view>
</scroll-view>
</view>
<!-- 固定 TabBar -->
<view class="tabbar-fixed">
@@ -251,10 +250,13 @@ function goMyCourses() {
/* 滚动容器 */
.scroll-container {
position: relative;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1;
height: 100vh;
width: 100%;
}
/* 固定 TabBar */