react_hsbc_teller 2.0.81 → 2.0.82

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.81",
3
+ "version": "2.0.82",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -65,7 +65,7 @@ import axios from 'axios';
65
65
  import CryptoJS from "crypto-js";
66
66
 
67
67
 
68
- const SDK_VERISON = '2.0.81'
68
+ const SDK_VERISON = '2.0.82'
69
69
  const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
70
70
  const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
71
71
  const { Option } = Select;
@@ -6853,6 +6853,9 @@ class Video extends Component {
6853
6853
  this.setState({ idCardNumber: event.target.value });
6854
6854
  }
6855
6855
  dateNewTime=(value)=>{
6856
+ if(value == '长期') {
6857
+ return true;
6858
+ }
6856
6859
  var myDate = new Date();
6857
6860
  var year = myDate.getFullYear();
6858
6861
  var month = myDate.getMonth() + 1;
@@ -8218,4 +8221,4 @@ Video.defaultProps = {
8218
8221
  logUrl: 'http://hsbc.cn-shanghai.log.aliyuncs.com/logstores/hsbc/track?APIVersion=0.6.0&app=meeting-ui',
8219
8222
  internalUrl: 'https://wp-staff-gateway.wealth-platform.uat.ali.cloud.cn.hsbc/meeting-ui/OHB/CN/HSBC?chnlID=OHB&locale=zh_CN&chnlCC=CN&chnlGMC=HSBC&targetFunc=supervisorMeeting&sourceFunc=rmMeeting'
8220
8223
  }
8221
- export default Video
8224
+ export default Video