From f6dfdc8b36d165b0eb3cb13376b2e06ea5904fdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Thu, 26 Sep 2024 08:57:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E7=89=B9?= =?UTF-8?q?=E5=AE=9A=E6=9D=A1=E4=BB=B6=E4=B8=8B=E6=95=B0=E6=8D=AE=E6=9C=AA?= =?UTF-8?q?=E5=8D=B3=E6=97=B6=E5=88=B7=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/User/Record.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/User/Record.vue b/src/pages/User/Record.vue index 4d090ea6..8cdb90b8 100644 --- a/src/pages/User/Record.vue +++ b/src/pages/User/Record.vue @@ -164,6 +164,7 @@ async function refreshRecord(): Promise { loadingTitle.value = "正在保存战绩数据"; await TSUserRecord.saveRecord(Number(user.value.gameUid), res); await loadUid(); + await loadRecord(); if (recordData.value === undefined) await loadRecord(); } else { showSnackbar({ text: `[${res.retcode}] ${res.message}`, color: "error" });