feat: 首页按后台配置展示订单提醒,挂号详情支持自行改期

首页金刚区和订单提醒样式走配置下发,消息页改为四入口宫格;挂号详情可改期并展示轨迹,取消态展示与支付取值统一按 xk-api 的 code/result。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
李琦
2026-08-18 08:53:15 +08:00
parent cc252b5d1a
commit 8dd1f5cca5
15 changed files with 1038 additions and 265 deletions

View File

@@ -532,12 +532,6 @@ export async function confirmAccept(params) {
let data = await http('/xkApi/product-order/receive', params)
return normalizeXkApiResponse(data)
}
//清空购物车
export async function clearAll(params) {
let data = await http('/newApi/cart/clearAll', params)
return data
}
export async function getVersion(params) {
let data = await http('/v1/other/xcx-version?store_id=11001', params)
return data