修改BUG

This commit is contained in:
cbb
2026-01-15 17:22:20 +08:00
parent 220b12e945
commit cfdc2ea7b0
24 changed files with 569 additions and 83 deletions

View File

@@ -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"