style:根据支付分免押规范进行页面样式变更(整体)

This commit is contained in:
2025-06-30 09:09:08 +08:00
parent 8ac1666e6b
commit 7be1e97b7c
77 changed files with 2141 additions and 1420 deletions
+4
View File
@@ -29,6 +29,10 @@ export const OrderStatusMap = {
used_done: {
text: '已完成',
class: 'status-finished'
},
fail: {
text: '已取消',
class: 'status-cancelled'
}
}