选择套餐配置链接&更新账户总览数据展示

This commit is contained in:
Eamon-meng
2025-06-30 16:08:08 +08:00
parent 54725d446b
commit b096e20fcd
7 changed files with 65 additions and 84 deletions

View File

@@ -62,8 +62,7 @@ export default function IdentifyPage(props: IdentifyPageProps) {
}
}
else {
console.log(resp.message)
toast.error(`认证信息提交失败:请稍后重试`)
toast.error(resp.message || `认证失败:请稍后重试`)
}
},
)
@@ -169,12 +168,12 @@ export default function IdentifyPage(props: IdentifyPageProps) {
<div className="flex flex-col gap-4 items-center">
<canvas ref={canvas} width={256} height={256}/>
<p className="text-sm text-gray-600"></p>
<Button onClick={async () => {
{/* <Button onClick={async () => {
await refreshProfile()
setOpenDialog(false)
}}>
已完成认证
</Button>
</Button> */}
</div>
)}
</DialogContent>