richarjiang
5a4d2c7a1b
perf: 优化 预约详情 UI
2026-09-08 17:47:38 +08:00
richarjiang
8e2db3a74a
perf: 优化我的课程 UI
2026-09-08 17:31:26 +08:00
richarjiang
f54a12efbd
perf: 优化预订页面 UI
2026-09-08 16:35:18 +08:00
richarjiang
b937895bc9
perf: 优化会员卡购买页面
2026-09-08 15:52:34 +08:00
richarjiang
b4b3caac70
perf: 支持课程补录
2026-09-08 15:08:29 +08:00
richarjiang
d1f193e13e
feat: 优化首页、个人中心页面 UI
2026-09-08 14:20:43 +08:00
richarjiang
301f9ae385
feat: 优化页面 UI 以及支持个人中心 练习足迹
2026-09-08 11:26:46 +08:00
richarjiang
87d946adb5
fix: 修复月卡无法编辑次数的问题
2026-09-07 18:10:39 +08:00
richarjiang
86ad9ee64f
fix: 老师代约只允许已发布课表,去掉临时加开时段
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-09-07 17:21:19 +08:00
richarjiang
f5c7b7eaac
perf: 优化订阅刷新逻辑
2026-09-07 16:17:57 +08:00
richarjiang
88cd8419c8
feat: 支持同卡种续卡叠加并修复过期登录态
...
支付成功后将次数或有效期叠加到已有会员卡,首页与详情页引导续卡;接口 401 时同步清掉本地登录态。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-09-07 14:04:11 +08:00
richarjiang
801e2f47da
feat: 补充月卡退卡按次卡单价结算说明
...
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-09-06 20:23:51 +08:00
richarjiang
15d96c722b
feat: 调整默认排课节奏并限制时间选择
...
第一节 08:00-09:00,之后从 09:30 起每小时一节至 21:30;排课时间仅可选整点或半点。
Co-authored-by: Cursor <cursoragent@cursor.com >
2026-09-06 20:12:52 +08:00
richarjiang
bd3d519b4f
feat(app): 新增个人中心课表视图
2026-04-19 22:23:23 +08:00
richarjiang
9575210b06
feat: 支持分享邀请好友功能
2026-04-19 14:12:25 +08:00
richarjiang
b02f38dcc7
feat(card): add cover image support for card types
2026-04-15 23:50:12 +08:00
richarjiang
4dacd908a6
feat: 优化排课管理
2026-04-15 23:25:09 +08:00
richarjiang
6ab16f508a
feat: 支持画廊图片更新
2026-04-15 13:58:51 +08:00
richarjiang
7ce7cef77c
feat: UI 页面优化
2026-04-14 10:07:31 +08:00
richarjiang
52cc3a2985
fix(app): 修复分享页返回首页
2026-04-13 19:23:16 +08:00
richarjiang
497837c1d8
feat(app): refine teacher profile page content
2026-04-13 19:19:33 +08:00
richarjiang
f78cdcc9d1
feat: 添加教练详情页面及相关数据模型
2026-04-13 17:08:17 +08:00
richarjiang
1f45c3dc3f
perf: 个人中心支持展示约课数量
2026-04-12 22:27:36 +08:00
richarjiang
6cee28bf66
feat: 支持管理员消息推送
2026-04-12 22:18:34 +08:00
richarjiang
c60821c5ff
perf: 支持约课以及消息推送能力
2026-04-12 21:44:44 +08:00
richarjiang
9639f44698
fix: 修复订单管理功能
2026-04-12 18:16:18 +08:00
richarjiang
0810f71250
fix: 修复订单列表不能查看的问题
2026-04-10 23:07:56 +08:00
richarjiang
54e30da003
fix(app): 优化首页会员卡闪烁和即将上课卡片交互
...
- CardShop: 采用 stale-while-revalidate 模式,仅首次加载显示骨架屏,
切换 tab 回来时保留旧数据静默刷新,消除列表闪烁
- UpcomingBooking: 补充 PENDING_CONFIRMATION 状态的中文映射和样式
- UpcomingBooking: 卡片点击跳转到预约详情页
2026-04-10 11:29:09 +08:00
richarjiang
57e3227af0
fix(app): 移除已废弃的 uni.getUserProfile 调用修复首次登录失败
...
uni.getUserProfile 在微信基础库 2.27.1+ 已被移除,调用时抛出 TypeError
导致整个登录流程中断。新用户昵称由后端默认生成,用户可在资料页修改。
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-10 09:04:16 +08:00
richarjiang
54104c16d2
perf: 支持教师、场馆介绍
2026-04-09 14:29:13 +08:00
richarjiang
a40b4e47e5
perf: 优化 UI
2026-04-09 11:31:12 +08:00
richarjiang
74551085e3
feat: 支持秒杀活动
2026-04-09 10:24:44 +08:00
richarjiang
23bdd05811
feat: 支持会员卡设置
2026-04-07 16:47:56 +08:00
richarjiang
91abedcb86
fix(app): prevent modal disappearing when switching to edit tab
...
Root cause: there was a stale loading overlay outside the tab content
(added by a previous subagent) that rendered when editLoading was true,
covering the entire modal body. Also loadDetailMembership incorrectly
managed editLoading causing state inconsistencies.
Fix:
- Remove the orphaned loading overlay outside tab content blocks
- loadDetailMembership no longer touches editLoading (switchTab owns it)
- switchTab uses Promise.all for parallel loading with formReady guard
- openDetail resets editLoading/formReady to clean state
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-07 10:22:02 +08:00
richarjiang
0a20aef678
fix(app): ensure edit form initializes after async data loads
...
- switchTab('edit') now awaits fetchCardTypes and loadDetailMembership
before calling initEditForm, fixing blank form fields for new cards
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-07 10:13:20 +08:00
richarjiang
f14da2c538
feat(app): add membership edit modal with tab UI
...
- Replace detail-only modal with tab-based (detail/edit) modal
- Detail tab shows membership card info, stats, and action buttons
- Edit tab provides form to modify card type, remaining times, start/expire dates
- Add loadDetailMembership, switchTab, initEditForm, onSaveMembership, onClearMembership functions
- Add computed isTimeBasedCard for edit form conditional rendering
- Append new styles for modal-header, tab-bar, membership-card, edit-form, etc.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-07 09:51:10 +08:00
richarjiang
b281990808
feat(app): add membership management actions to admin store
...
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-07 09:44:41 +08:00
richarjiang
0ca93ec97e
feat: 支持会员管理筛选
2026-04-07 09:22:58 +08:00
richarjiang
58c7588a96
chore: 添加 CLAUDE.md 和 .env 配置文件
...
- 添加项目文档 CLAUDE.md,包含常用命令和架构说明
- 添加 packages/server/.env 环境变量配置文件
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-04-06 21:46:15 +08:00
richarjiang
f94b48203f
feat: 新的预约列表样式
2026-04-06 21:22:18 +08:00
richarjiang
168968f073
feat: 将课程预约卡片改造为电影票风格设计
...
### 改动内容
#### 1. SlotCard 组件完全重新设计
- **新增票据风格装饰**:左右两侧添加圆角凹陷(打孔效果)
- **三栏布局**:
- 左:时间(开始时间大号、分割线、结束时间小号)
- 中:课程名称、时长、剩余名额 + 虚线分割符
- 右:操作按钮或状态徽章
- **日期展示**:卡片上方显示完整日期 (YYYY-MM-DD)
- **状态指示器**:
- 绿色:有空位
- 橙色:接近满额(80% 以上)
- 红色:已满
- 灰色:已关闭/已过期
- **响应式样式**:根据预约、满额、已过期等状态自动调整背景颜色和透明度
#### 2. 预约页面 (booking/index.vue) 样式调整
- 移除卡片列表的间距(`gap: 20rpx` → `padding: 24rpx 0 0`)
- 更新日期摘要的内边距(`0 8rpx 4rpx` → `0 24rpx 16rpx`)
- 调整加载骨架屏的尺寸和间距
- 优化预加载动画匹配新卡片设计
### 设计特点
✨ 票据风格的视觉设计
🎯 改进的信息层级和易读性
🎨 精细的状态指示和颜色编码
📱 保持响应式和易用性
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-06 17:12:53 +08:00
richarjiang
ba4e4bb301
perf: 优化首页效果
2026-04-06 16:50:28 +08:00
richarjiang
f8268cb6f6
perf: 完善新用户引导
2026-04-06 15:50:22 +08:00
richarjiang
66d47ec162
perf: 优化 UI
2026-04-06 11:15:10 +08:00
richarjiang
3a9982209f
feat: 完善课程订阅
2026-04-06 08:38:05 +08:00
richarjiang
f71ff968ad
perf: 更新依赖版本
2026-04-05 21:41:54 +08:00
richarjiang
c0e0d31ae7
feat: 优化主题配色
2026-04-05 21:35:30 +08:00
richarjiang
4633ceea8c
perf: 完善订单管理
2026-04-05 21:03:18 +08:00
richarjiang
fdb13c32c2
perf: 修复我的约课列表不展示的问题
2026-04-05 18:39:34 +08:00
richarjiang
9eee4f6b87
perf: 支持微信支付接口
2026-04-05 14:09:36 +08:00