i
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user