|
@@ -15,7 +15,6 @@
|
|
defineOptions({ name: 'person-center-wallet'})
|
|
defineOptions({ name: 'person-center-wallet'})
|
|
import myBalance from './myBalance'
|
|
import myBalance from './myBalance'
|
|
import IntegralPage from '@/views/integral/pointsManagement'
|
|
import IntegralPage from '@/views/integral/pointsManagement'
|
|
-// import { useUserStore } from '@/store/user'
|
|
|
|
import { ref } from 'vue'
|
|
import { ref } from 'vue'
|
|
import { useRouter } from 'vue-router'
|
|
import { useRouter } from 'vue-router'
|
|
|
|
|
|
@@ -23,13 +22,6 @@ const tab = ref(0)
|
|
const router = useRouter()
|
|
const router = useRouter()
|
|
|
|
|
|
if (router.currentRoute.value.query.key) tab.value = Number(router.currentRoute.value.query.key)
|
|
if (router.currentRoute.value.query.key) tab.value = Number(router.currentRoute.value.query.key)
|
|
-
|
|
|
|
-// const store = useUserStore()
|
|
|
|
-// const updateAccountInfo = async () => {
|
|
|
|
-// await store.getUserAccountInfo()
|
|
|
|
-// }
|
|
|
|
-// updateAccountInfo()
|
|
|
|
-
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|