增加用户详情页以及 签到、积分等用户详情下的子tab页。

增加 用户、签到、积分 接口的VO,方便在组件中使用。
This commit is contained in:
绮梦
2023-08-22 16:14:25 +08:00
parent 5baccbd5bc
commit 10d9f11fba
11 changed files with 661 additions and 1 deletions

View File

@ -0,0 +1,13 @@
<script lang="ts">
import { defineComponent } from 'vue'
export default defineComponent({
name: 'GrowthList'
})
</script>
<template>
<div>成长值列表</div>
</template>
<style scoped lang="scss"></style>