This commit is contained in:
2023-10-08 22:53:13 +08:00
parent b883b02fb9
commit e36d60d015
83 changed files with 18303 additions and 9590 deletions

View File

@@ -12,9 +12,10 @@ import { WebView } from "@tarojs/components";
const gameUrl = ref("");
const user = getStorageSync("userInfo");
const user = ref({})
useLoad(() => {
user.value = getStorageSync("userInfo");
console.log(user);
});
</script>