🐛 fix: 修复已取消订单颜色

This commit is contained in:
wangsongsole 2023-12-21 09:39:00 +08:00
parent 5a3d09c58f
commit 58774a4d87
1 changed files with 1 additions and 1 deletions

View File

@ -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: