新增搜索课程和加载组件页面,签到页面添加遮罩防重复扫码,添加 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
@@ -23,9 +23,9 @@
<script setup>
const QEClick = () => {
const QEClick = path => {
uni.navigateTo({
url:"/pages/checkIn/checkIn"
url:path
})
}
// 快捷入口数据列表
@@ -34,7 +34,8 @@ const entries = [
icon: 'https://gymfuture.oss-cn-chengdu.aliyuncs.com/static/icons/course.png',
title: '找课程',
desc: '精品课程',
accent: false
accent: false,
path: "/pages/searchCourse/searchCourse"
},
{
icon: 'https://gymfuture.oss-cn-chengdu.aliyuncs.com/static/icons/plan.png',