账户信息组件 增加等级、成长值和积分的显示。

增加一些配套的svg 图标。
增加tab 的懒加载。
This commit is contained in:
绮梦
2023-08-26 13:48:43 +08:00
parent afaf7749c2
commit 45a6b3bcc7
9 changed files with 41 additions and 35 deletions

View File

@ -74,12 +74,7 @@ import { formatDate } from '@/utils/formatTime'
import * as UserApi from '@/api/member/user'
import { DescriptionsItemLabel } from '@/components/Descriptions/index'
const { user }: { user: UserApi.UserVO } = defineProps({
user: {
type: UserApi.UserVO,
required: true
}
})
const { user } = defineProps<{ user: UserApi.UserVO }>()
</script>
<style scoped lang="scss">
.card-header {