增加新模块

This commit is contained in:
何江明
2025-03-20 08:46:07 +08:00
parent 15014e22aa
commit 2ae62b59ed
1729 changed files with 94700 additions and 4232 deletions
+17
View File
@@ -0,0 +1,17 @@
"use strict";
const ORDER_STATUS_CSS = {
1: "#5486FF",
//待支付,不管
2: "#FF0050",
//待发货
3: "#FF0050",
//待收货
4: "#999999",
//已完成
5: "#999999",
//退款中
6: "#999999"
//已取消
};
exports.ORDER_STATUS_CSS = ORDER_STATUS_CSS;
//# sourceMappingURL=../../.sourcemap/mp-weixin/utils/enumCssUtils.js.map