react_hsbc_teller 2.0.20 → 2.0.21
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 -2
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.21'
|
|
57
57
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
58
58
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
59
59
|
const { Option } = Select;
|
|
@@ -1394,7 +1394,7 @@ class Video extends Component {
|
|
|
1394
1394
|
|
|
1395
1395
|
clearTimeout(this.loopPlay)
|
|
1396
1396
|
// 画中画循环播放逻辑
|
|
1397
|
-
if (document.hidden &&
|
|
1397
|
+
if (document.hidden && this.state.businessRecordId) {
|
|
1398
1398
|
this.setState({
|
|
1399
1399
|
isPictureConfirmModalVisible: true
|
|
1400
1400
|
})
|