feat: 首页按后台配置展示订单提醒,挂号详情支持自行改期
首页金刚区和订单提醒样式走配置下发,消息页改为四入口宫格;挂号详情可改期并展示轨迹,取消态展示与支付取值统一按 xk-api 的 code/result。 Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user