调整等级

This commit is contained in:
Cool 2024-07-05 17:24:04 +08:00
parent ef17d04783
commit fa6681a2d7
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ export default {
that.color = "#CCCC00";
that.issues();
that.solve();
} else if (message.data == "级") {
} else if (message.data == "级") {
that.issues();
that.isShow = true;
that.color = "red";

View File

@ -79,7 +79,7 @@ export default {
that.color = "#CCCC00";
that.issues();
that.solve();
} else if (message.data == "级") {
} else if (message.data == "级") {
that.isShow = true;
that.color = "red";
//