mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2026-09-21 20:32:01 +08:00
feat: 补齐预约下单售后链路,并接入礼品卡结算
立即购买先选时段再结算,免物流地址,售后按数量退款;同步接入礼品卡入口。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
18
pages.json
18
pages.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user