新增搜索课程和加载组件页面,签到页面添加遮罩防重复扫码,添加 request 便捷方法(get/post/put/delete)

This commit is contained in:
future
2026-06-05 21:26:26 +08:00
committed by liwentao
parent c9aabf23f0
commit ec89d1459a
15 changed files with 2469 additions and 125 deletions
+4 -3
View File
@@ -15,8 +15,8 @@
<!-- 底部占位 -->
<view class="bottom-placeholder"></view>
<!-- 底部导航 -->
<TabBar :active="0" />
<!-- TabBar -->
<TabBar />
</view>
</template>
@@ -38,4 +38,5 @@ import TabBar from '@/components/TabBar.vue'
.bottom-placeholder {
height: 40rpx;
}
</style>
</style>