react_hsbc_teller 2.0.56 → 2.0.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -6,16 +6,15 @@ const { Step } = Steps;
|
|
|
6
6
|
export default class step extends Component {
|
|
7
7
|
render() {
|
|
8
8
|
let current = this.props.current;
|
|
9
|
-
let isOcr = this.props.ocr;
|
|
10
9
|
return (
|
|
11
10
|
<div style={{...this.props.style}}>
|
|
12
|
-
<div style={{marginBottom: '10px'}}
|
|
11
|
+
<div style={{marginBottom: '10px'}}>客户证件识别</div>
|
|
13
12
|
<Steps current={current} direction={this.props.direction} size="small" style={{width:'150px', height: '200px'}}>
|
|
14
13
|
{/* step1 */}
|
|
15
14
|
<Step status={current==0? '':'wait'} title="请选择客户" />
|
|
16
15
|
|
|
17
16
|
{/* step2 */}
|
|
18
|
-
<Step status={current==1? '':'wait'} title=
|
|
17
|
+
<Step status={current==1? '':'wait'} title="确认客户证件类型" />
|
|
19
18
|
|
|
20
19
|
{/* step3 */}
|
|
21
20
|
<Step status={current==2? '':'wait'} title="证件信息核查" />
|
|
@@ -63,7 +63,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
|
|
|
63
63
|
import axios from 'axios';
|
|
64
64
|
import CryptoJS from "crypto-js";
|
|
65
65
|
|
|
66
|
-
const SDK_VERISON = '2.0.
|
|
66
|
+
const SDK_VERISON = '2.0.57'
|
|
67
67
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
68
68
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
69
69
|
const { Option } = Select;
|
|
@@ -7457,7 +7457,7 @@ class Video extends Component {
|
|
|
7457
7457
|
</div>
|
|
7458
7458
|
]}>
|
|
7459
7459
|
<div style={{display: 'flex', padding: '10px 20px'}}>
|
|
7460
|
-
<Step current={this.state.isCustomerSelect?0:1}
|
|
7460
|
+
<Step current={this.state.isCustomerSelect?0:1} />
|
|
7461
7461
|
<div>
|
|
7462
7462
|
{
|
|
7463
7463
|
this.state.isCustomerSelect && <div>
|