赵忠林
af645c058e
fix(shop): 修复首页VIP价格显示及后端价格字段问题
- 首页index.tsx中接入useVipStatus,修复热销推荐价格未显示dealerPrice的问题
- 新增getHotDisplayPrice函数,VIP时显示dealerPrice及划线原价,并添加VIP金色角标
- 后端OrderCreateRequest.OrderGoodsItem增加price字段及校验,解决后端DTO缺失price字段问题
- 重构OrderBusinessService中价格校验逻辑,确保正确优先级及SKU库存校验
- 确认价格字段约定,前端传dealerPrice给后端下单
- Maven编译通过,后端需重启服务生效
2026-07-15 14:50:06 +08:00
..
2026-07-06 01:08:22 +08:00
2026-07-15 03:24:53 +08:00
2026-06-16 17:15:59 +08:00
2026-06-17 16:50:30 +08:00
2026-06-24 16:20:12 +08:00
2026-06-25 22:48:37 +08:00
2026-06-26 22:25:07 +08:00
2026-06-26 22:34:45 +08:00
2026-06-27 21:43:55 +08:00
2026-07-14 23:02:12 +08:00
2026-07-04 10:26:47 +08:00
2026-07-04 15:34:46 +08:00
2026-07-06 12:21:39 +08:00
2026-07-09 18:09:20 +08:00
2026-07-11 18:06:53 +08:00
2026-07-12 23:19:18 +08:00
2026-07-14 00:55:35 +08:00
2026-07-14 23:46:29 +08:00
2026-07-15 14:50:06 +08:00
2026-07-15 12:52:25 +08:00