"use client" import { CheckCircle, Clock, ShieldCheck, Upload } from "lucide-react" import { useState } from "react" import { Badge } from "@/components/ui/badge" import { Button } from "@/components/ui/button" import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card" import { Input } from "@/components/ui/input" import { Label } from "@/components/ui/label" import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue, } from "@/components/ui/select" import { Separator } from "@/components/ui/separator" import { Textarea } from "@/components/ui/textarea" import type { UserRole } from "@/lib/types" import { useAuthStore } from "@/store/auth" export default function VerifyPage() { const [verifyRole, setVerifyRole] = useState("") const verificationStatus = useAuthStore((state) => state.verificationStatus) const submitVerification = useAuthStore((state) => state.submitVerification) const submitted = Object.values(verificationStatus).includes("pending") if (submitted) { return (

身份认证

认证申请已提交

我们将在 1-3 个工作日内审核你的申请,审核结果将通过通知中心告知

审核中
) } return (

身份认证

认证说明
通过身份认证后,你可以成为打手或店主,开始接单或经营店铺
认证信息仅用于平台审核,不会对外展示
申请认证