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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react_hsbc_teller",
3
- "version": "2.0.20",
3
+ "version": "2.0.21",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -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.20'
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 && !this.state.businessRecordId) {
1397
+ if (document.hidden && this.state.businessRecordId) {
1398
1398
  this.setState({
1399
1399
  isPictureConfirmModalVisible: true
1400
1400
  })