Newer
Older
xinJiangMiniProgranm / pages / accountInfo / accountInfo.vue
dutingting on 9 Jan 2023 229 bytes 举报指南
<template>
	<view class="account-info">
		账号信息
	</view>
</template>

<script>
	export default {
		data() {
			return {
				
			}
		},
		methods: {
			
		}
	}
</script>

<style lang="scss">
	.account-info {
		
	}
</style>