Files
frontend-app/unpackage/dist/dev/mp-weixin/utils/enumCssUtils.js
T

14 lines
291 B
JavaScript
Raw Normal View History

2025-03-20 08:46:07 +08:00
"use strict";
const ORDER_STATUS_CSS = {
1: "#5486FF",
//待支付,不管
2: "#FF0050",
//待发货
3: "#FF0050",
//待收货
2025-03-23 20:36:06 +08:00
4: "#999999"
//待评价
2025-03-20 08:46:07 +08:00
};
exports.ORDER_STATUS_CSS = ORDER_STATUS_CSS;
//# sourceMappingURL=../../.sourcemap/mp-weixin/utils/enumCssUtils.js.map