fix: user deduct point

This commit is contained in:
zzc
2026-03-10 10:21:43 +08:00
parent 210f913aed
commit 14d8e0b349
4 changed files with 14 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ export const useUserStore = defineStore("user", {
},
async fetchUserAssets() {
try {
console.log("fetchUserAssets userInfo", this.userInfo);
if (!this?.userInfo?.id) return;
const res = await getUserAsset();
if (res) {