feat: 我的订单页面等调整
This commit is contained in:
@@ -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: '荔波小七孔景区',
|
||||
|
||||
Reference in New Issue
Block a user