选择套餐配置链接&更新账户总览数据展示
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user