diff --git a/src/app.ts b/src/app.ts index 12f2d3a..91b1bd1 100644 --- a/src/app.ts +++ b/src/app.ts @@ -14,7 +14,7 @@ App({ globalData: { url: 'https://app.gohighedu.cn', upFileUrl: 'https://app.gohighedu.cn/upload/index', - imageUrl: 'https://app.gohighedu.cn/images', + imageUrl: 'https://app.gohighedu.cn/images/', Timestamp: new Date().getTime(), diff --git a/src/components/pagination/index.wxml b/src/components/pagination/index.wxml index 1cfc920..0655329 100644 --- a/src/components/pagination/index.wxml +++ b/src/components/pagination/index.wxml @@ -1,6 +1,6 @@ - + diff --git a/src/components/popup/index.wxml b/src/components/popup/index.wxml index 0a4e384..7bcaea5 100644 --- a/src/components/popup/index.wxml +++ b/src/components/popup/index.wxml @@ -10,7 +10,7 @@ root-portal > - + 签到成功 活动即将开始,请有序进场 diff --git a/src/custom-tab-bar/index.wxml b/src/custom-tab-bar/index.wxml index 3f340a0..f6fc74c 100644 --- a/src/custom-tab-bar/index.wxml +++ b/src/custom-tab-bar/index.wxml @@ -5,7 +5,7 @@ wx:if="{{ index != 3 || !anyWhere}}" bind:tap="handleNav" data-index="{{index}}" - icon="/images/{{active==index ? item.iconActive : item.icon}}.png" + icon="{{imageUrl}}{{active==index ? item.iconActive : item.icon}}.png" > {{item.text}} diff --git a/src/images/icon10.png b/src/images/icon10.png index 62dbaae..e4000cf 100644 Binary files a/src/images/icon10.png and b/src/images/icon10.png differ diff --git a/src/images/icon11.png b/src/images/icon11.png index 591ef43..c94db45 100644 Binary files a/src/images/icon11.png and b/src/images/icon11.png differ diff --git a/src/images/icon12.png b/src/images/icon12.png index d1a3148..fa85f64 100644 Binary files a/src/images/icon12.png and b/src/images/icon12.png differ diff --git a/src/images/icon13.png b/src/images/icon13.png index 1499d11..ac6af38 100644 Binary files a/src/images/icon13.png and b/src/images/icon13.png differ diff --git a/src/images/icon14.png b/src/images/icon14.png index 3f97fa1..09417c9 100644 Binary files a/src/images/icon14.png and b/src/images/icon14.png differ diff --git a/src/images/icon5.png b/src/images/icon5.png index 7263ba1..818db1a 100644 Binary files a/src/images/icon5.png and b/src/images/icon5.png differ diff --git a/src/images/icon6.png b/src/images/icon6.png index da87bde..cae00b2 100644 Binary files a/src/images/icon6.png and b/src/images/icon6.png differ diff --git a/src/images/icon7.png b/src/images/icon7.png index 9d7baf3..de6108b 100644 Binary files a/src/images/icon7.png and b/src/images/icon7.png differ diff --git a/src/images/icon76.png b/src/images/icon76.png new file mode 100644 index 0000000..b8e7467 Binary files /dev/null and b/src/images/icon76.png differ diff --git a/src/images/icon77.png b/src/images/icon77.png new file mode 100644 index 0000000..e75471e Binary files /dev/null and b/src/images/icon77.png differ diff --git a/src/images/icon78.png b/src/images/icon78.png new file mode 100644 index 0000000..efa4bd0 Binary files /dev/null and b/src/images/icon78.png differ diff --git a/src/images/icon79.png b/src/images/icon79.png new file mode 100644 index 0000000..d28c1e9 Binary files /dev/null and b/src/images/icon79.png differ diff --git a/src/images/icon8.png b/src/images/icon8.png index 3669a83..f1163c2 100644 Binary files a/src/images/icon8.png and b/src/images/icon8.png differ diff --git a/src/images/icon80.png b/src/images/icon80.png new file mode 100644 index 0000000..7ee4922 Binary files /dev/null and b/src/images/icon80.png differ diff --git a/src/images/icon81.png b/src/images/icon81.png new file mode 100644 index 0000000..e22e173 Binary files /dev/null and b/src/images/icon81.png differ diff --git a/src/images/icon82.png b/src/images/icon82.png new file mode 100644 index 0000000..9af33ab Binary files /dev/null and b/src/images/icon82.png differ diff --git a/src/images/icon83.png b/src/images/icon83.png new file mode 100644 index 0000000..3f2d00b Binary files /dev/null and b/src/images/icon83.png differ diff --git a/src/images/icon84.png b/src/images/icon84.png new file mode 100644 index 0000000..4335a40 Binary files /dev/null and b/src/images/icon84.png differ diff --git a/src/images/icon85.png b/src/images/icon85.png new file mode 100644 index 0000000..4bf4fe3 Binary files /dev/null and b/src/images/icon85.png differ diff --git a/src/images/icon86.png b/src/images/icon86.png new file mode 100644 index 0000000..51b1277 Binary files /dev/null and b/src/images/icon86.png differ diff --git a/src/images/icon87.png b/src/images/icon87.png new file mode 100644 index 0000000..6014c5a Binary files /dev/null and b/src/images/icon87.png differ diff --git a/src/images/icon88.png b/src/images/icon88.png new file mode 100644 index 0000000..f1f3a39 Binary files /dev/null and b/src/images/icon88.png differ diff --git a/src/images/icon9.png b/src/images/icon9.png index c934259..5a99d2e 100644 Binary files a/src/images/icon9.png and b/src/images/icon9.png differ diff --git a/src/pages/act/index.scss b/src/pages/act/index.scss index 5979e9c..4b105cc 100644 --- a/src/pages/act/index.scss +++ b/src/pages/act/index.scss @@ -94,8 +94,8 @@ page { .icon { display: block; margin: 0 auto; - width: 32rpx; - height: 32rpx; + width: 46rpx; + height: 46rpx; padding: 30rpx; background-color: rgba(255, 255, 255, 1); border-radius: 16rpx; @@ -103,8 +103,8 @@ page { .icon-active { display: none; margin: 0 auto; - width: 32rpx; - height: 32rpx; + width: 46rpx; + height: 46rpx; padding: 30rpx; background: linear-gradient(90deg, #9ddffd 0%, #4ab8fd 100%); border-radius: 16rpx; @@ -275,7 +275,7 @@ page { background: #f7f8fa; border-radius: 15rpx 15rpx 15rpx 15rpx; border: 1px solid #f7f8fa; - &.active{ + &.active { background-color: rgba(157, 223, 253, 0.16); border: 1px solid rgba(74, 184, 253, 0.32); color: rgba(74, 184, 253, 1); diff --git a/src/pages/act/index.ts b/src/pages/act/index.ts index 49c4720..ef8196f 100644 --- a/src/pages/act/index.ts +++ b/src/pages/act/index.ts @@ -1,3 +1,4 @@ +/* eslint-disable prefer-template */ const app = getApp() interface ILevelItem { @@ -62,11 +63,43 @@ Page({ { id: 0, name: '全部分类', - icon: '/images/icon5.png', - iconActive: '/images/icon6.png', isSelected: true, }, ] as Array<{ id: number; name: string; icon: string; iconActive: string; isSelected: boolean }>, + typeIcon: { + 0: { + icon: app.globalData.imageUrl + '/icon5.png', + iconActive: app.globalData.imageUrl + '/icon6.png', + }, + 1: { + icon: app.globalData.imageUrl + '/icon7.png', + iconActive: app.globalData.imageUrl + '/icon8.png', + }, + 2: { + icon: app.globalData.imageUrl + '/icon9.png', + iconActive: app.globalData.imageUrl + '/icon10.png', + }, + 3: { + icon: app.globalData.imageUrl + '/icon11.png', + iconActive: app.globalData.imageUrl + '/icon12.png', + }, + 4: { + icon: app.globalData.imageUrl + '/icon13.png', + iconActive: app.globalData.imageUrl + '/icon14.png', + }, + 5: { + icon: app.globalData.imageUrl + '/icon76.png', + iconActive: app.globalData.imageUrl + '/icon77.png', + }, + 6: { + icon: app.globalData.imageUrl + '/icon78.png', + iconActive: app.globalData.imageUrl + '/icon79.png', + }, + 7: { + icon: app.globalData.imageUrl + '/icon80.png', + iconActive: app.globalData.imageUrl + '/icon81.png', + }, + }, // 当前选中的分类 ID 数组(支持多选) selectedCategoryIds: [] as number[], // 活动列表 @@ -152,21 +185,21 @@ Page({ data: {}, }) if (res && res.list) { - const { selectedCategoryIds } = this.data + const { selectedCategoryIds, typeIcon } = this.data // 构建 typeList,在开头添加"全部分类",并计算选中状态 const typeList = [ { id: 0, name: '全部分类', - icon: '/images/icon5.png', - iconActive: '/images/icon6.png', + icon: typeIcon[0].icon, + iconActive: typeIcon[0].iconActive, isSelected: selectedCategoryIds.length === 0, }, ...res.list.map((item: ICategoryItem) => ({ id: item.id, name: item.name, - icon: item.icon || '/images/icon5.png', - iconActive: item.icon || '/images/icon6.png', + icon: typeIcon[item.id]?.icon, + iconActive: typeIcon[item.id]?.iconActive, isSelected: selectedCategoryIds.includes(item.id), })), ] @@ -223,10 +256,10 @@ Page({ this.setData({ activityList: newList, pagination: { - page: res.page || page, - pageSize: res.pageSize || pagination.pageSize, - pages: res.pages || 0, - count: res.count || 0, + page: res.pagination.page || page, + pageSize: res.pagination.pageSize || pagination.pageSize, + pages: res.pagination.totalPages || 0, + count: res.pagination.total || 0, }, }) } @@ -367,7 +400,8 @@ Page({ startTime = formatDate(today) endTime = formatDate(today) break - case 2: { // 本周 + case 2: { + // 本周 const weekStart = new Date(today) weekStart.setDate(today.getDate() - today.getDay() + 1) const weekEnd = new Date(weekStart) @@ -376,7 +410,8 @@ Page({ endTime = formatDate(weekEnd) break } - case 3: { // 本月 + case 3: { + // 本月 const monthStart = new Date(today.getFullYear(), today.getMonth(), 1) const monthEnd = new Date(today.getFullYear(), today.getMonth() + 1, 0) startTime = formatDate(monthStart) diff --git a/src/pages/act/index.wxml b/src/pages/act/index.wxml index 039fc3b..5f31317 100644 --- a/src/pages/act/index.wxml +++ b/src/pages/act/index.wxml @@ -1,7 +1,7 @@ - + 请搜索你想要的内容 @@ -17,7 +17,7 @@ - + 筛选 @@ -41,7 +41,7 @@ @@ -56,17 +56,17 @@ > {{item.activityStatusName}} - + {{item.regCount}}人已报名 {{item.name}} - + {{item.startAt}} - {{item.endAt}} - + {{item.location}} @@ -79,7 +79,7 @@ - + 活动申请 @@ -107,14 +107,14 @@ {{customStartTime || '请选择'}} - + - {{customEndTime || '请选择'}} - + diff --git a/src/pages/actAdd/index.scss b/src/pages/actAdd/index.scss index da71571..e666d1f 100644 --- a/src/pages/actAdd/index.scss +++ b/src/pages/actAdd/index.scss @@ -532,107 +532,52 @@ page { display: flex; flex-direction: column; align-items: center; - padding: 28rpx 12rpx; + padding: 22rpx 12rpx; border-radius: 16rpx; - border: 2rpx solid #e5e7eb; - background: #fff; + border: 2px solid rgba(241, 245, 249, 1); + background: rgba(247, 248, 250, 1); transition: all 0.2s; - - &.is-active { - border-color: #3b82f6; - background: #eff6ff; + position: relative; + .select { + position: absolute; + top: -1rpx; + right: -1rpx; + padding: 6rpx 10rpx; + background-color: rgba(74, 184, 253, 1); + color: #fff; + font-size: 16rpx; + border-radius: 0 15rpx 0 20rpx; + display: none; } - .checkin-icon-wrap { - width: 72rpx; - height: 72rpx; - border-radius: 16rpx; - background: #f3f4f6; - display: flex; - align-items: center; - justify-content: center; - margin-bottom: 12rpx; + &.is-active { + border: 2px solid rgba(74, 184, 253, 1); + background: rgba(238, 242, 255, 0.3); + .checkin-icon { + display: none; + } + .checkin-icon:last-of-type { + display: block; + } + .select { + display: block; + } } .checkin-icon { - width: 40rpx; - height: 40rpx; + width: 42rpx; + height: 42rpx; border-radius: 8rpx; position: relative; - - &--dynamic { - background: #d1d5db; - - &::before { - content: ''; - position: absolute; - top: 6rpx; - left: 6rpx; - width: 12rpx; - height: 12rpx; - background: rgba(148, 163, 184, 0.5); - border-radius: 2rpx; - } - - &::after { - content: ''; - position: absolute; - bottom: 6rpx; - right: 6rpx; - width: 16rpx; - height: 16rpx; - border: 2rpx solid rgba(148, 163, 184, 0.5); - border-radius: 2rpx; - } - } - - &--fixed { - background: #d1d5db; - - &::before { - content: ''; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); - width: 24rpx; - height: 24rpx; - border: 2rpx solid rgba(148, 163, 184, 0.5); - border-radius: 2rpx; - } - } - - &--none { - background: transparent; - border: 2rpx solid #d1d5db; - - &::before { - content: ''; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%) rotate(45deg); - width: 2rpx; - height: 24rpx; - background: rgba(148, 163, 184, 0.5); - } - - &::after { - content: ''; - position: absolute; - top: 50%; - left: 50%; - transform: translate(-50%, -50%) rotate(-45deg); - width: 2rpx; - height: 24rpx; - background: rgba(148, 163, 184, 0.5); - } + &:last-of-type { + display: none; } } .checkin-name { + margin-top: 8rpx; font-size: 24rpx; - color: #6b7280; + color: rgba(71, 85, 105, 1); } } @@ -644,13 +589,12 @@ page { background-color: rgba(241, 249, 255, 1); border: 1px solid rgba(74, 184, 253, 0.25); border-radius: 16rpx; + gap: 16rpx; .form-tip-icon { - font-size: 24rpx; - color: #3b82f6; - margin-right: 8rpx; - margin-top: 2rpx; flex-shrink: 0; + width: 32rpx; + height: 32rpx; } .form-tip-text { diff --git a/src/pages/actAdd/index.wxml b/src/pages/actAdd/index.wxml index f6ec8be..e3d06e1 100644 --- a/src/pages/actAdd/index.wxml +++ b/src/pages/actAdd/index.wxml @@ -26,9 +26,16 @@ 活动头图 * - + - + 点击上传 @@ -67,13 +74,13 @@ {{startTime || '请选择开始时间'}} - + {{endTime || '请选择结束时间'}} - + @@ -226,7 +233,7 @@ - + 报名设置 @@ -239,20 +246,32 @@ 报名时间 * - + {{registerStartTime || '请选择开始时间'}} - + - + {{registerEndTime || '请选择结束时间'}} - + @@ -311,7 +330,7 @@ - + 签到设置 @@ -328,8 +347,10 @@ bindtap="onSelectCheckinWay" data-value="dynamic" > + - + + 动态二维码 @@ -338,8 +359,10 @@ bindtap="onSelectCheckinWay" data-value="fixed" > + - + + 固定二维码 @@ -348,8 +371,10 @@ bindtap="onSelectCheckinWay" data-value="none" > + - + + 无需签到 @@ -363,20 +388,32 @@ 签到时间 * - + {{checkinStartTime || '请选择签到开始时间'}} - + - + {{checkinEndTime || '请选择签到结束时间'}} - + @@ -384,8 +421,8 @@ - - 报名与签到设置完成后,活动发布后需审批通过后执行 + + 报名与签到设置完成后,活动发布后将按此规则执行 @@ -404,10 +441,10 @@ 议程列表 - + - + 添加议程 @@ -416,7 +453,7 @@ 议程 {{index + 1}} - + 删除 @@ -437,7 +474,7 @@ {{item.agendaTime || '请选择时间'}} - + @@ -486,5 +523,4 @@ 提交 - diff --git a/src/pages/actAddResult/index.wxml b/src/pages/actAddResult/index.wxml index 2b5a240..48c8cec 100644 --- a/src/pages/actAddResult/index.wxml +++ b/src/pages/actAddResult/index.wxml @@ -1,5 +1,5 @@ - + 申请提交成功 我们将会在 7 个工作日内完成审核,结果将通过公 众号发送给你,请注意查收~ 继续发布 diff --git a/src/pages/actDetail/index.scss b/src/pages/actDetail/index.scss index 7a6e550..ad57c04 100644 --- a/src/pages/actDetail/index.scss +++ b/src/pages/actDetail/index.scss @@ -309,6 +309,11 @@ page { font-size: 28rpx; color: rgba(100, 116, 139, 1); } + &.active{ + .s-content{ + color: rgba(254, 181, 74, 1); + } + } } } } diff --git a/src/pages/actDetail/index.ts b/src/pages/actDetail/index.ts index f529a33..0159cb9 100644 --- a/src/pages/actDetail/index.ts +++ b/src/pages/actDetail/index.ts @@ -409,7 +409,9 @@ Page({ // 点赞评价 async handleLikeReview(e: WechatMiniprogram.TouchEvent) { - const reviewId = e.currentTarget.dataset.id + const { reviewId, islike } = e.currentTarget.dataset + if (islike) return + const { reviewList } = this.data // 检查登录状态 diff --git a/src/pages/actDetail/index.wxml b/src/pages/actDetail/index.wxml index cd98e53..1c619eb 100644 --- a/src/pages/actDetail/index.wxml +++ b/src/pages/actDetail/index.wxml @@ -5,7 +5,7 @@ {{detail.name}} @@ -22,11 +22,11 @@ {{detail.regCount}}人已报名 - + {{detail.viewCount}}次 @@ -35,19 +35,19 @@ - + 报名时间 {{detail.regStartAt}} - {{detail.regEndAt}} - + 活动时间 {{detail.startAt}} - {{detail.endAt}} - + 活动地点 {{detail.location}} - + 主办方 {{detail.organizer}} @@ -86,7 +86,10 @@ 精彩评论 ({{detail.commentCount}}条) - + {{item.isAnonymous ? '匿名用户' : item.nickname}} @@ -104,8 +107,8 @@ {{item.createdAt}} - - + + {{item.likeCount}} @@ -158,7 +161,7 @@ - + @@ -188,7 +191,13 @@ > - + @@ -204,7 +213,7 @@ bind:error="onCommentImageError" > - + diff --git a/src/pages/actResult/index.wxml b/src/pages/actResult/index.wxml index d09d5b1..cbdc28f 100644 --- a/src/pages/actResult/index.wxml +++ b/src/pages/actResult/index.wxml @@ -1,10 +1,10 @@ - + 报名成功 活动将于{{detail.startAt}}开始,请记得准时参加 - - + + 返回活动页 @@ -14,17 +14,17 @@ {{item.status === 'registering' ? '报名中' : item.status === 'running' ? '进行中' : '已结束'}} - + {{item.regCount}}人已报名 {{item.name}} - + {{item.startAt}} - {{item.endAt}} - + {{item.location}} diff --git a/src/pages/agent/index.wxml b/src/pages/agent/index.wxml index ea4a619..1ec8f75 100644 --- a/src/pages/agent/index.wxml +++ b/src/pages/agent/index.wxml @@ -1,7 +1,7 @@ - + - + @@ -34,7 +34,7 @@ - + PPT小助手 @@ -44,7 +44,7 @@ 最近使用 - + PPT小助 @@ -53,7 +53,7 @@ 我的收藏 - + 文章去 @@ -74,13 +74,13 @@ - - - + + + {{index+1}} - + 应用包生成助手 @@ -88,13 +88,13 @@ 15.6w人使用 - - + + 评级 - - + + 收藏 使用 diff --git a/src/pages/agentEva/index.wxml b/src/pages/agentEva/index.wxml index 65ed829..3143d7e 100644 --- a/src/pages/agentEva/index.wxml +++ b/src/pages/agentEva/index.wxml @@ -1,7 +1,7 @@ 应用包生成助手 智能应用包构建工具 · 版本 2.4.0 @@ -25,7 +25,7 @@ 全部评价 - + 张同学 @@ -41,12 +41,12 @@ - - + + 34 - + 回复 diff --git a/src/pages/buses/index.wxml b/src/pages/buses/index.wxml index 788694a..7fa864b 100644 --- a/src/pages/buses/index.wxml +++ b/src/pages/buses/index.wxml @@ -12,12 +12,12 @@ enable-rotate > - + - + 留仙洞园区 留仙洞园区体育馆·生公寓 距离下一站2分钟 @@ -29,12 +29,12 @@ @@ -55,7 +55,7 @@ 到站 - + 发车时刻表 @@ -65,7 +65,7 @@ - + diff --git a/src/pages/chat/index.wxml b/src/pages/chat/index.wxml index 48be2c3..f39a5ce 100644 --- a/src/pages/chat/index.wxml +++ b/src/pages/chat/index.wxml @@ -1,6 +1,6 @@ @@ -44,26 +44,26 @@ bindconfirm="onSendText" /> - + 按住说话 - + {{recordingTip}} - + diff --git a/src/pages/index/index.wxml b/src/pages/index/index.wxml index dc801b0..d70e4e2 100644 --- a/src/pages/index/index.wxml +++ b/src/pages/index/index.wxml @@ -1,14 +1,13 @@ - - + 请搜索你想要的内容 - + - + 智能课表 @@ -35,7 +34,7 @@ - + @@ -49,7 +48,7 @@ - + PPT小助手 @@ -68,13 +67,13 @@ 进行中 - + 深职大第十五届校园歌手大赛 128人已报名 - + 2026.04.01-2026.05.30 diff --git a/src/pages/login/index.wxml b/src/pages/login/index.wxml index a88f0e7..57f791a 100644 --- a/src/pages/login/index.wxml +++ b/src/pages/login/index.wxml @@ -1,6 +1,6 @@ 绑定 @@ -8,7 +8,7 @@ - + 请确保您输入的密码是正确的,错误次数超过2次SIC将冻结您的账号一小时。超过一定错误次数,学校系统将冻结您的账号。忘记密码请前往 https://authserver.szpu.edu.cn进行重置 diff --git a/src/pages/my/index.wxml b/src/pages/my/index.wxml index 43bd32f..f9323eb 100644 --- a/src/pages/my/index.wxml +++ b/src/pages/my/index.wxml @@ -1,10 +1,10 @@ - + @@ -16,13 +16,13 @@ - + 我的活动 已参与10个活动 - + 我的智能体 已启用20个智能体 @@ -30,17 +30,17 @@ - + 我的评论 - + 我的收藏 - + 我的评论 diff --git a/src/pages/myAct/index.wxml b/src/pages/myAct/index.wxml index 843d305..5e63078 100644 --- a/src/pages/myAct/index.wxml +++ b/src/pages/myAct/index.wxml @@ -18,17 +18,17 @@ 草稿 已取消 已结束 - + 128人已报名 深职大第十五届校园歌手大赛 - + 2026.04.01-2026.05.30 - + 留仙洞校区音乐厅 diff --git a/src/pages/myAgent/index.wxml b/src/pages/myAgent/index.wxml index 38dfafe..cf14634 100644 --- a/src/pages/myAgent/index.wxml +++ b/src/pages/myAgent/index.wxml @@ -11,7 +11,7 @@ - + 深职大第十五届校园歌手大赛 diff --git a/src/pages/myComment/index.wxml b/src/pages/myComment/index.wxml index 114f043..ebc4e43 100644 --- a/src/pages/myComment/index.wxml +++ b/src/pages/myComment/index.wxml @@ -31,22 +31,22 @@ - + - + 深职大第十五届校园歌手大赛 2026年5月30日 19:00 - + 内容已提交,正在审核中,预计1-2个工作日内完成审核。 - + 驳回原因:内容中包含不当言论,请修改后重新提交。 diff --git a/src/pages/noticeDetail/index.wxml b/src/pages/noticeDetail/index.wxml index 29c71eb..6b3338a 100644 --- a/src/pages/noticeDetail/index.wxml +++ b/src/pages/noticeDetail/index.wxml @@ -2,7 +2,7 @@ - + 通知 已发布 @@ -13,11 +13,11 @@ - + 2026-05-20 14:30:00 - + 浏览人数:128 @@ -26,7 +26,7 @@ - + 温馨提示 未尽事宜,请联系校团委文艺部,联系电话:0755-12345678。 diff --git a/src/pages/schedule/index.wxml b/src/pages/schedule/index.wxml index 7fb8351..e52d284 100644 --- a/src/pages/schedule/index.wxml +++ b/src/pages/schedule/index.wxml @@ -6,26 +6,26 @@ - + 第14周 - + 2025-2026 第1学期 - + 提醒我 - - + + - - + + @@ -49,11 +49,11 @@ 第1-2节 - + 博学楼4教室 - + 李老师