Files
ZhHealth/pages/im/friends/mine.vue
唐明明 01ff166760 同步
2022-01-25 09:46:39 +08:00

30 lines
420 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div>
我的资料也就展示个二维码吧
获取一波资料吧
</div>
</template>
<script>
import { getUserInfo } from '@/apis/interfaces/im'
export default{
data(){
return{
}
},
mounted() {
console.log(this.$Route)
// getUserInfo(this.$Route.query.id).then(res => {
// })
},
methods: {
}
}
</script>
<style lang="scss" scoped>
</style>