From b2c36196b4adfcf808f536a7e5f1108b044219d4 Mon Sep 17 00:00:00 2001 From: Eamon-meng <17516219072@163.com> Date: Fri, 13 Mar 2026 18:26:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AE=9E=E5=90=8D=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E9=98=B6=E6=AE=B5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/admin/identify/page.tsx | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/src/app/admin/identify/page.tsx b/src/app/admin/identify/page.tsx index d15d679..3967b0d 100644 --- a/src/app/admin/identify/page.tsx +++ b/src/app/admin/identify/page.tsx @@ -98,6 +98,16 @@ export default function IdentifyPage(props: IdentifyPageProps) { const profile = useProfileStore(store => store.profile) const refreshProfile = useProfileStore(store => store.refreshProfile) + // 重置认证流程 + const handleDialogOpenChange = async (open: boolean) => { + setOpenDialog(open) + if (!open) { + setStep('form') + setTarget('') + await refreshProfile() + } + } + // ====================== // render // ====================== @@ -125,7 +135,7 @@ export default function IdentifyPage(props: IdentifyPageProps) { - + @@ -165,10 +175,7 @@ export default function IdentifyPage(props: IdentifyPageProps) {

请扫码完成认证

-
@@ -223,7 +230,7 @@ export default function IdentifyPage(props: IdentifyPageProps) {

03 - 充值、支付 + 支付订单 步骤配图