feat: 补齐预约下单售后链路,并接入礼品卡结算

立即购买先选时段再结算,免物流地址,售后按数量退款;同步接入礼品卡入口。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
pikachu1995@126.com
2026-09-20 17:07:27 +08:00
parent 2ad8a7f5a6
commit 2107e3f03a
15 changed files with 2186 additions and 71 deletions

View File

@@ -771,6 +771,12 @@
}
},
{
"path": "gift-card/myGiftCards",
"style": {
"navigationBarTitleText": "我的礼品卡"
}
},
{
"path": "payment/payOrder",
"style": {
@@ -867,6 +873,18 @@
"enablePullDownRefresh": true
}
},
{
"path": "appointment/appointmentCheckout",
"style": {
"navigationBarTitleText": "预约信息"
}
},
{
"path": "appointment/appointmentReschedule",
"style": {
"navigationBarTitleText": "申请改期"
}
},
{
"path": "deliverDetail",
"style": {