🐛 fix: 修复已取消订单颜色
This commit is contained in:
parent
5a3d09c58f
commit
58774a4d87
|
@ -57,7 +57,7 @@ const menu = {
|
||||||
case 3:
|
case 3:
|
||||||
return "#ff0000"
|
return "#ff0000"
|
||||||
case 4:
|
case 4:
|
||||||
return "#eef0fc"
|
return "#c9c9c9"
|
||||||
case 5:
|
case 5:
|
||||||
return "#ca6b61"
|
return "#ca6b61"
|
||||||
case 6:
|
case 6:
|
||||||
|
|
Loading…
Reference in New Issue