react_hsbc_teller 2.0.65 → 2.0.66
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 +3 -1
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +2 -1
package/package.json
CHANGED
|
@@ -61,7 +61,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
|
|
|
61
61
|
import axios from 'axios';
|
|
62
62
|
import CryptoJS from "crypto-js";
|
|
63
63
|
|
|
64
|
-
const SDK_VERISON = '2.0.
|
|
64
|
+
const SDK_VERISON = '2.0.66'
|
|
65
65
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
66
66
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
67
67
|
const { Option } = Select;
|
|
@@ -2164,6 +2164,7 @@ class Video extends Component {
|
|
|
2164
2164
|
// 获取设备成功
|
|
2165
2165
|
this.test_controller.OnGetDevicesSuccess = (devicesInfo) => {
|
|
2166
2166
|
console.log('devicesInfo' + JSON.stringify(devicesInfo));
|
|
2167
|
+
this.saveLog('devicesInfo:' + JSON.stringify(devicesInfo))
|
|
2167
2168
|
const obj = [
|
|
2168
2169
|
];
|
|
2169
2170
|
const obj1 = [];
|