Commit Graph

9 Commits

Author SHA1 Message Date
zpc
ef186007c4 21
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-08 19:33:23 +08:00
5f46609ece 重新测评
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-07 15:15:16 +08:00
394e96eebe 评测结果
All checks were successful
continuous-integration/drone/push Build is passing
2026-04-03 03:07:43 +08:00
zpc
b8c66a363d 21
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-31 16:56:34 +08:00
zpc
2f4290d5e2 提交代码
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-24 02:13:50 +08:00
zpc
b8fe6fc9b0 fix(order): 前端兜底计算订单显示状态,不依赖后端 displayStatusText
- 新增 getDisplayStatus() 方法,优先使用后端 displayStatusText
- 后端未部署时,前端根据 status + assessmentStatus 自行计算显示状态
- 修复订单状态不显示的问题
2026-02-23 00:50:44 +08:00
zpc
f92b9db74e feat(order): 重构我的订单页面匹配蓝湖设计稿
- 前端:按蓝湖设计重写订单列表页,胶囊标签筛选栏(全部/已测评/待测评/已退款)
- 前端:卡片布局改为逐行展示(订单日期、编号、项目、金额、状态+操作按钮)
- 后端:OrderItemDto 新增 AssessmentStatus 和 DisplayStatusText 字段
- 后端:GetListAsync 查询测评记录状态,计算综合显示状态文本
- 后端:新增 GetDisplayStatusText 方法,结合订单状态和测评状态生成展示文本
- 邀请码订单(Status=2, PayAmount=0)正常显示在订单列表中
2026-02-23 00:47:13 +08:00
zpc
0ffe59377a 提交代码 2026-02-20 14:57:43 +08:00
zpc
4387b15de0 feat(mine): 完成我的页面改造
- 实现未登录/已登录两种状态样式
- 添加常用功能入口:我的订单、往期测评、联系我们、邀请新用户
- 添加其他功能入口:关于、用户协议、隐私政策、退出登录
- 实现退出登录二次确认弹窗
- 修复 uni.scss 中 SCSS 导入路径问题
- 整理 .gitignore 文件,移除 unpackage 构建目录
2026-02-10 00:12:01 +08:00