@@ -127,7 +127,7 @@
</view>
</template>
-<script setup>
+<script setup lang="ts">
import {
ref,
onMounted,
@@ -43,7 +43,7 @@
onBeforeUnmount,
@@ -54,7 +54,7 @@
reactive,
@@ -74,6 +74,10 @@
qq:thisUser.qqnum,
msn:thisUser.msnnum
});
+ onMounted(()=>{
+ console.log('thisUser',thisUser);
+ console.log('userInfo',userInfo);
+ })
// function handleGenderChange(event) {
@@ -69,7 +69,7 @@
@@ -34,7 +34,7 @@
import $tab from "@/plugins/tab.js"
import { getUserInfo } from '@/utils/auth'
import { useUserStore } from '@/store/user.js'