From bc453942eee41b53c97da136f21d54993cf6c9a0 Mon Sep 17 00:00:00 2001 From: "luk.lu" Date: Sat, 12 Oct 2019 11:57:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=20input=20=E4=BB=A3=E6=9B=BF=E4=BA=86?= =?UTF-8?q?=20=E4=B8=8B=E4=B8=80=E9=A1=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/identity/index.tsx | 35 +++++++++++++++++++---------------- src/pages/identity/style.less | 6 ++++++ 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/src/pages/identity/index.tsx b/src/pages/identity/index.tsx index 551dd19..694a183 100644 --- a/src/pages/identity/index.tsx +++ b/src/pages/identity/index.tsx @@ -54,16 +54,13 @@ const IdentityPage: React.FC title={formatMessage({ id: 'identity.title' })} /> {user &&
- dispatch({ - type: 'identity/onUpdateState', - nameEditable: true, - nameInput: user.realname, - })} + dispatch({ type: 'identity/onUpdateState', realnameEditable: true, realnameInput: e.target.value })} /> // preview={fromLangToText(lang)} onClick={() => setIdtypesVisible(true)} /> - dispatch(routerRedux.push('/chphone'))} + dispatch({ type: 'identity/onUpdateState', nameInput: e.target.value })} /> dispatch(routerRedux.push('/lgpwd'))} /> -// 此处应当加一个label,显示后台驳回理由 +
+
一级认证未能通过审核,原因为:
+
后台返回的理由
+
请重新提交。
+