react_hsbc_teller 2.0.93 → 2.0.94
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 +2 -2
package/package.json
CHANGED
|
@@ -66,7 +66,7 @@ import axios from 'axios';
|
|
|
66
66
|
import CryptoJS from "crypto-js";
|
|
67
67
|
|
|
68
68
|
|
|
69
|
-
const SDK_VERISON = '2.0.
|
|
69
|
+
const SDK_VERISON = '2.0.94'
|
|
70
70
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
71
71
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
72
72
|
const { Option } = Select;
|
|
@@ -761,7 +761,7 @@ class Video extends Component {
|
|
|
761
761
|
},
|
|
762
762
|
];
|
|
763
763
|
recordParam.tagPositions = list
|
|
764
|
-
recordParam.tagFilter = 'tag'
|
|
764
|
+
// recordParam.tagFilter = 'tag' //之前是为了透出小蜜的,现在注释掉是因为客户需要放开
|
|
765
765
|
console.log('recordParam', recordParam);
|
|
766
766
|
// 开启音频录制,如果有业务id用,没用sessionid 用于在成功回调里去区分是音频还是正常
|
|
767
767
|
that.test_controller.StartRemoteRecord(filePath, recordParam, record_business_id ? record_business_id + '_' + type : this.state.sessionId + '_' + type)
|