流程完善
This commit is contained in:
@@ -19,7 +19,7 @@ onLoad(async (options) => {
|
||||
battleId.value = options.battleId;
|
||||
const result = await getGameAPI(
|
||||
// options.battleId || "BATTLE-1750867490990424058-718"
|
||||
options.battleId || "BATTLE-1750688536849458226-518"
|
||||
options.battleId || "BATTLE-1752563964391008873-624"
|
||||
);
|
||||
data.value = result;
|
||||
if (result.mode === 1 && result.redPlayers[user.value.id]) {
|
||||
@@ -285,8 +285,8 @@ const checkBowData = () => {
|
||||
margin: 0 20px;
|
||||
}
|
||||
.players {
|
||||
flex-wrap: wrap;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
width: calc(100% - 60px);
|
||||
color: #fff6;
|
||||
|
||||
Reference in New Issue
Block a user