修改BUG
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
<script setup></script>
|
||||
<script setup>
|
||||
import { useAuthUser } from '@/composables/useAuthUser'
|
||||
|
||||
const { userInfo } = useAuthUser()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<view class="team-index">
|
||||
@@ -6,7 +10,7 @@
|
||||
<view class="top-card">
|
||||
<view class="num-box">
|
||||
<text>我的团队(人)</text>
|
||||
<text>2933</text>
|
||||
<text>{{ userInfo.teamCount }}</text>
|
||||
</view>
|
||||
<image
|
||||
src="/static/images/my-index/team-bg.png"
|
||||
|
||||
Reference in New Issue
Block a user