完成支付功能

This commit is contained in:
kron
2025-07-12 17:12:24 +08:00
parent c6e53453fb
commit cae46224a3
7 changed files with 73 additions and 15 deletions

View File

@@ -11,10 +11,10 @@ const { user, config } = storeToRefs(store);
const getStatusColor = (status) => {
switch (status) {
case "4":
return "#35CD67";
case "5":
case 1:
return "#EF4848";
case 4:
return "#35CD67";
default:
return "#999999";
}