feat:性能优化

This commit is contained in:
2026-07-25 09:12:36 +08:00
parent 3eba959b48
commit 9ab39d2aec
138 changed files with 232 additions and 1511 deletions
+10
View File
@@ -0,0 +1,10 @@
/**
* 订单的状态 状态:1-待支付,2-支付处理中,3-已支付,4-待评价
*/
export const ORDER_STATUS_CSS={
1:"#5486FF",//待支付,不管
2:"#FF0050",//待发货
3:"#FF0050",//待收货
4:"#999999",//待评价
}