feat: 我的订单页面等调整

This commit is contained in:
2026-07-31 10:38:39 +08:00
parent a36183d4d8
commit ec1ff6ded0
7 changed files with 388 additions and 97 deletions

View File

@@ -13,6 +13,13 @@ export const ORDER_STATUS_META = {
exception: { label: '异常', className: 'border-rose-200 bg-rose-50 text-rose-700' },
}
export const ENTITLEMENT_STATUS_META = {
pending: { label: '待使用', className: 'bg-blue-50 text-blue-700' },
used: { label: '已使用', className: 'bg-emerald-50 text-emerald-700' },
refunding: { label: '退款中', className: 'bg-orange-50 text-orange-700' },
refunded: { label: '已退款', className: 'bg-slate-100 text-slate-600' },
}
export const SCENIC_SPOT = {
id: 'libo-xiaoqikong',
name: '荔波小七孔景区',