diff --git a/miniprogram/docs/superpowers/plans/2026-07-12-comprehensive-venue-frontend-integration.md b/miniprogram/docs/superpowers/plans/2026-07-12-comprehensive-venue-frontend-integration.md new file mode 100644 index 0000000..4b240fd --- /dev/null +++ b/miniprogram/docs/superpowers/plans/2026-07-12-comprehensive-venue-frontend-integration.md @@ -0,0 +1,479 @@ +# 综合场馆新增业务前端对接 Implementation Plan + +> **For agentic workers:** REQUIRED SUB-SKILL: Use superpowers:subagent-driven-development (recommended) or superpowers:executing-plans to implement this plan task-by-task. Steps use checkbox (`- [ ]`) syntax for tracking. + +**Goal:** 完成综合场馆排课接口迁移、商城储蓄卡与次卡购买、已有次卡可约排课、个人中心入口和支付规则,并移除两个场馆首页的近期课程区块。 + +**Architecture:** 延续现有 uni-app Vue 3 的 `pages/comprehensive` 页面层与 `modules/comprehensive/api` 接口映射层。会员端课程统一使用排课 `session`,商城复用现有订单支付页,普通课程预约与次卡预约保持独立数据模型;不新增依赖、不改后端、不重构冰场馆其他业务。 + +**Tech Stack:** uni-app、Vue 3 `