a
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
import { useRoute, useRouter } from 'vue-router'
|
||||
import { useUserInfoStore } from '@/stores'
|
||||
const userInfoStore = useUserInfoStore()
|
||||
const email = computed(() => userInfoStore.state.userInfo.email || '------')
|
||||
const email = computed(() => userInfoStore.state.userInfo?.email || '------')
|
||||
const router = useRouter()
|
||||
const loading = ref(false)
|
||||
const onShop = () => {
|
||||
|
||||
Reference in New Issue
Block a user