BUG修改

This commit is contained in:
kron
2025-11-05 13:38:37 +08:00
parent ecdf4a76f4
commit 2e9d257faa
8 changed files with 74 additions and 46 deletions

View File

@@ -150,6 +150,7 @@ watch(
);
onShow(async () => {
uni.removeStorageSync("point-book");
if (user.value.id) loadData();
});