react_hsbc_teller 2.0.64 → 2.0.65
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/package.json +1 -1
- package/packages/pages/video/video.jsx +3 -3
package/README.md
CHANGED
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.65'
|
|
65
65
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
66
66
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
67
67
|
const { Option } = Select;
|
|
@@ -734,7 +734,7 @@ class Video extends Component {
|
|
|
734
734
|
recordParam.width = 1280 * SCALE;
|
|
735
735
|
recordParam.height = 720 * SCALE;
|
|
736
736
|
recordParam.recordTotalStream = 0;
|
|
737
|
-
recordParam.startTimeout =
|
|
737
|
+
recordParam.startTimeout = 10;
|
|
738
738
|
recordParam.splitType = 0;
|
|
739
739
|
recordParam.endType = 1;
|
|
740
740
|
recordParam.crf = 26
|
|
@@ -777,7 +777,7 @@ class Video extends Component {
|
|
|
777
777
|
recordParam.width = 1280;
|
|
778
778
|
recordParam.height = 720;
|
|
779
779
|
recordParam.recordTotalStream = 0;
|
|
780
|
-
recordParam.startTimeout =
|
|
780
|
+
recordParam.startTimeout = 10;
|
|
781
781
|
recordParam.splitType = 0;
|
|
782
782
|
recordParam.endType = 1;
|
|
783
783
|
recordParam.crf = 26
|