sync: soul-admin 页面 | 原因: 前端页面修改
This commit is contained in:
@@ -43,6 +43,7 @@ interface CKBStatsTabProps {
|
||||
}
|
||||
|
||||
export function CKBStatsTab({ onSwitchTab }: CKBStatsTabProps = {}) {
|
||||
const navigate = useNavigate()
|
||||
const [stats, setStats] = useState<MatchStats | null>(null)
|
||||
const [isLoading, setIsLoading] = useState(true)
|
||||
const [testPhone, setTestPhone] = useState('13800000000')
|
||||
|
||||
Reference in New Issue
Block a user