Commit Graph

13 Commits

Author SHA1 Message Date
admin 51edee4d92 fix: 修复游客购物车商品显示和添加地址问题
Build and Push Docker Image / build-and-push (push) Successful in 1m5s
Build and Push Docker Image / deploy (push) Successful in 7s
- ProductDetail.vue: 添加购物车时传入完整商品信息
- Cart.vue: 未登录点击添加地址跳转登录页
- 游客购物车正确显示商品状态
2026-07-13 03:55:59 +00:00
admin 7b81d2944a fix: 商品详情页未登录时不触发登录跳转
Build and Push Docker Image / build-and-push (push) Successful in 1m0s
Build and Push Docker Image / deploy (push) Successful in 7s
- request.ts: 增加 silent 选项支持静默请求
- request.ts: 公开接口 401 不显示消息也不跳转
- ProductDetail.vue: fetchUserCredits 先检查 token,未登录直接跳过请求
2026-07-13 00:52:08 +00:00
admin a02ae26c2d fix: 修复商品图片居中显示
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 23:12:22 +08:00
admin 1405e13383 fix: 修复商品图片超出容器问题,约束el-image组件尺寸
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 23:05:35 +08:00
admin cf08bf67cf fix: 修复商品图片缩放显示,使用深度选择器设置img样式
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 22:50:55 +08:00
admin 4f47c15d4f fix: 恢复商品详情页图片显示,使用scale-down确保图片完整显示
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 22:26:38 +08:00
admin 86d03886b4 feat: 商品详情页图片缩放显示改进
- 添加缩略图列表切换功能
- 点击主图可放大预览
- 添加缩放提示文字
- 优化移动端样式

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 22:13:27 +08:00
admin ec0a30c43d fix: 需要资格的商品每个订单消耗1个资格
- 移除后台商品管理的资格消耗设置
- 修改后端资格检查和扣除逻辑为每个订单项消耗1个资格
- 修改前端显示为需要1个资格

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 18:08:26 +08:00
admin 057244d4b3 fix: 添加购物车时检查购物资格
- 后端 CartHandler.Add 新增购物资格检查
- 后端新增库存检查和最大购买数量检查
- 前端商品详情页添加资格不足提示和视觉反馈
- 显示用户当前资格和所需资格总数

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-10 17:39:38 +08:00
admin fff1eacc8a fix: 调整商品详情页移动端标题和价格字体大小
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 18:49:03 +08:00
admin 1d8c2d92ba fix: 修复用户端页面移动端响应式布局问题
- ProductDetail.vue: 添加移动端布局适配
- OrderDetail.vue: 添加移动端布局适配
- Orders.vue: 添加移动端布局适配

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 17:07:32 +08:00
admin 65965c409f feat: 日志持久化存储到文件+管理员后台查看/清空日志页面 2026-05-28 00:56:19 +08:00
admin c6154273f2 Initial commit: 商品售卖网站 2026-04-13 07:20:09 +08:00