整合api请求、添加购买会员卡页面、登陆页面
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user