sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -37,7 +37,11 @@ const typeIcons: Record<string, string> = {
|
||||
partner: '⭐', investor: '👥', mentor: '❤️', team: '🎮',
|
||||
}
|
||||
|
||||
export function CKBStatsTab() {
|
||||
interface CKBStatsTabProps {
|
||||
onSwitchTab?: (tabId: string) => void
|
||||
}
|
||||
|
||||
export function CKBStatsTab({ onSwitchTab }: CKBStatsTabProps = {}) {
|
||||
const [stats, setStats] = useState<MatchStats | null>(null)
|
||||
const [isLoading, setIsLoading] = useState(true)
|
||||
const [testPhone, setTestPhone] = useState('13800000000')
|
||||
|
||||
Reference in New Issue
Block a user