完成支付功能
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user