react_hsbc_teller 2.0.87 → 2.0.88

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.87",
3
+ "version": "2.0.88",
4
4
  "description": "React",
5
5
  "private": false,
6
6
  "main": "lib/hsbc.js",
@@ -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.87'
69
+ const SDK_VERISON = '2.0.88'
70
70
  const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
71
71
  const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
72
72
  const { Option } = Select;
@@ -2229,6 +2229,11 @@ class Video extends Component {
2229
2229
  this.props.closePdfCallback({
2230
2230
  step: Mival.data.step
2231
2231
  })
2232
+ } else if (Mival.typeId == 4200) {
2233
+ this.saveLog('IM TYPE ' + Mival.typeId + this.state.sessionId + Mival.data.sessionId )
2234
+ if(this.state.sessionId == Mival.data.sessionId ) {
2235
+ this.messageClick('客户端音量过低', 'error')
2236
+ }
2232
2237
  }
2233
2238
  }
2234
2239
  getUserTitle = (userId) => {