用上了身份证照图片
This commit is contained in:
@@ -15,6 +15,9 @@ import { UserModelState } from '@/models/user';
|
||||
import styles from './style.less';
|
||||
import { IdentityModelState } from './model';
|
||||
|
||||
import kycIdCover from '@/assets/kycIdCover.svg';
|
||||
import kycIdBack from '@/assets/kycIdBack.svg'
|
||||
|
||||
const idtypes = [
|
||||
{key:'idcard', value:'身份证'},
|
||||
{key:'passport', value:'护照'}]
|
||||
@@ -79,11 +82,10 @@ const IdentityPage: React.FC<DispatchProp & UserModelState & IdentityModelState>
|
||||
value={user.idcode}
|
||||
onChange={e => dispatch({ type: 'identity/onUpdateState', idcode: e.target.value })}
|
||||
/>
|
||||
<AccountItem
|
||||
className="group"
|
||||
title="identity.idphoto"
|
||||
// onClick={() => dispatch(routerRedux.push('/lgpwd'))}
|
||||
/>
|
||||
<div>
|
||||
<img src={kycIdCover} className={styles.idPhoto}/>
|
||||
<img src={kycIdBack} className={styles.idPhoto}/>
|
||||
</div>
|
||||
<div className={styles.prompt}>
|
||||
<div>一级认证未能通过审核,原因为:</div>
|
||||
<div>后台返回的理由</div>
|
||||
|
||||
@@ -41,3 +41,7 @@
|
||||
padding: 10px 20px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
|
||||
.idPhoto{
|
||||
width:50%;
|
||||
}
|
||||
Reference in New Issue
Block a user