react_hsbc_teller 2.0.9 → 2.0.10
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/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +8 -8
package/package.json
CHANGED
|
@@ -53,7 +53,7 @@ import Step from '../components/step/step.jsx'
|
|
|
53
53
|
import axios from 'axios';
|
|
54
54
|
import CryptoJS from "crypto-js";
|
|
55
55
|
|
|
56
|
-
const SDK_VERISON = '2.0.
|
|
56
|
+
const SDK_VERISON = '2.0.10'
|
|
57
57
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
58
58
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
59
59
|
const { Option } = Select;
|
|
@@ -655,13 +655,13 @@ class Video extends Component {
|
|
|
655
655
|
width: 213,
|
|
656
656
|
height: 175
|
|
657
657
|
},
|
|
658
|
-
{
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
}
|
|
658
|
+
// {
|
|
659
|
+
// tag: 'sharedScreen', // 一期暂时不需要录制
|
|
660
|
+
// xPosition: 960,
|
|
661
|
+
// yPosition: 180,
|
|
662
|
+
// width: 320,
|
|
663
|
+
// height: 180
|
|
664
|
+
// }
|
|
665
665
|
]
|
|
666
666
|
Array.isArray(res) ?
|
|
667
667
|
res.map((item) => {
|