react_hsbc_teller 2.0.77 → 2.0.78
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/README.md +2 -0
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +3 -1
package/package.json
CHANGED
|
@@ -64,7 +64,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
|
|
|
64
64
|
import axios from 'axios';
|
|
65
65
|
import CryptoJS from "crypto-js";
|
|
66
66
|
|
|
67
|
-
const SDK_VERISON = '2.0.
|
|
67
|
+
const SDK_VERISON = '2.0.78'
|
|
68
68
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
69
69
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
70
70
|
const { Option } = Select;
|
|
@@ -5270,6 +5270,8 @@ class Video extends Component {
|
|
|
5270
5270
|
try {
|
|
5271
5271
|
// 原始证件参数
|
|
5272
5272
|
let data = {
|
|
5273
|
+
// 1-保险客户-INS 2-ECN陪同者-ECN
|
|
5274
|
+
ocrCustomerType: this.state.customerSelectType == 1 ? 'INS' : this.state.customerSelectType == 2 ? 'ECN' : '',
|
|
5273
5275
|
idCardName: this.state.resultIdCardName,
|
|
5274
5276
|
staffId: this.props.tellerAccount,
|
|
5275
5277
|
activityId: this.props.businessNumber,
|