Phase 2 完成:spec渲染+多座位选择+submit修复 → 合并入主线 #19
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "fix/venue-hard-delete-p0"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Phase 2 Checkpoint Merge
已完成功能
变更文件
⚠️ Phase 3 待完成
关联 Issue
记录 AntiGravity 在 2026-04-21 的完整工作: - 移除 GoodsSpecValue.type 字段,改为通过值匹配确定维度 - buildSeatSpecMap() 按值匹配重建 seatSpecMap - GetGoodsViewData() 返回 specTypeList(4维规格类型列表) - 前端新增场馆/分区选择器 + filterSeats() 联动过滤 - CSS 同步到 public/plugins/ 目录 ⚠️ CHECKPOINT - 存在已知问题: - submit() POST 到 Buy::Index 报'非法访问'(疑似登录/CSRF 拦截) - 扩展字段(观演人信息)存储方案待确认 - Phase 3 前需修复并合并回 main