|
@@ -15,16 +15,16 @@
|
|
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 { useUserStore } from '@/store/user'
|
|
import { ref } from 'vue'
|
|
import { ref } from 'vue'
|
|
|
|
|
|
const tab = ref(0)
|
|
const tab = ref(0)
|
|
|
|
|
|
-const store = useUserStore()
|
|
|
|
-const updateAccountInfo = async () => {
|
|
|
|
- await store.getUserAccountInfo()
|
|
|
|
-}
|
|
|
|
-updateAccountInfo()
|
|
|
|
|
|
+// const store = useUserStore()
|
|
|
|
+// const updateAccountInfo = async () => {
|
|
|
|
+// await store.getUserAccountInfo()
|
|
|
|
+// }
|
|
|
|
+// updateAccountInfo()
|
|
|
|
|
|
</script>
|
|
</script>
|
|
|
|
|