react_hsbc_teller 2.0.50 → 2.0.51
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 +2 -1
- package/dist-rm-0726.zip +0 -0
- package/dist-rm-0729.zip +0 -0
- package/dist-rm.zip +0 -0
package/package.json
CHANGED
|
@@ -63,7 +63,7 @@ import MultiModule from '../multiModule/multiModule'//签字、抄录
|
|
|
63
63
|
import axios from 'axios';
|
|
64
64
|
import CryptoJS from "crypto-js";
|
|
65
65
|
|
|
66
|
-
const SDK_VERISON = '2.0.
|
|
66
|
+
const SDK_VERISON = '2.0.51'
|
|
67
67
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
68
68
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
69
69
|
const { Option } = Select;
|
|
@@ -4361,6 +4361,7 @@ class Video extends Component {
|
|
|
4361
4361
|
this.setState({
|
|
4362
4362
|
screenSharedModalVisible: true
|
|
4363
4363
|
})
|
|
4364
|
+
this.saveVideoPoint('cancelShare', 'RM投屏取消或中断弹框')
|
|
4364
4365
|
let audio = new Audio(screenSharedIntervalAudio)
|
|
4365
4366
|
audio.play()
|
|
4366
4367
|
} else {
|
package/dist-rm-0726.zip
DELETED
|
Binary file
|
package/dist-rm-0729.zip
DELETED
|
Binary file
|
package/dist-rm.zip
DELETED
|
Binary file
|