two version

This commit is contained in:
2025-12-01 15:09:09 +08:00
parent 80b00d9e5d
commit 4d267d4eba
11 changed files with 28 additions and 14 deletions

View File

@@ -164,7 +164,7 @@ const confirmAddPlayer = async () => {
const userResponse = await POST('/system/score/user/add', userData);
const userResponse = await POST('/system/score/user', userData);
if (userResponse.code === 200) {
// 关键修改正确获取后端返回的userId
@@ -330,6 +330,7 @@ const isPopupVisible = ref(false);
const addplayer = ()=>{
isPopupVisible.value = true;
newPlayerName.value =null;
}
const closeplayer = ()=>{