react_hsbc_teller 1.9.38 → 1.9.39
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/demo/demo.js +1 -1
- package/packages/pages/video/video.jsx +8 -10
- package/dist_wpb.zip +0 -0
package/package.json
CHANGED
package/packages/demo/demo.js
CHANGED
|
@@ -32,7 +32,7 @@ roomId
|
|
|
32
32
|
// baseURL:'https://counter-web.leimondata.cn:18082/api/leimon-counter-api',
|
|
33
33
|
// resourcePath: 'https://counter-web.leimondata.cn:7199',
|
|
34
34
|
roomServerUrl: 'wss://app.uat.dsp.hsbcfts.com.cn/mpaas/mrtc/ws',
|
|
35
|
-
baseURL:'https://zuul.uat.dsp.hsbcfts.com.cn/wealth/zuul/api/leimon-counter-api
|
|
35
|
+
baseURL:'https://zuul.uat.dsp.hsbcfts.com.cn/wealth/zuul/api/leimon-counter-api',
|
|
36
36
|
resourcePath:'https://zuul.uat.dsp.hsbcfts.com.cn/wealth/js/',
|
|
37
37
|
prohibitPrompt: '无客户',
|
|
38
38
|
titleBackground: '#40a9ff',
|
|
@@ -45,7 +45,7 @@ import Step from '../components/step/step.jsx'
|
|
|
45
45
|
import axios from 'axios';
|
|
46
46
|
import CryptoJS from "crypto-js";
|
|
47
47
|
|
|
48
|
-
const SDK_VERISON = '1.9.
|
|
48
|
+
const SDK_VERISON = '1.9.39'
|
|
49
49
|
const IDtypeFront = '请客户在其设备后置摄像头下展示证件正面(如:身份证照片页面)'
|
|
50
50
|
const IDtypeBack = '请在后置摄像头下展示证件反面(如:身份证国徽页)'
|
|
51
51
|
const { Option } = Select;
|
|
@@ -1817,11 +1817,7 @@ class Video extends Component {
|
|
|
1817
1817
|
};
|
|
1818
1818
|
this.test_controller.OnSendTextMsgSucc = (msgId) => {
|
|
1819
1819
|
console.log('发送成功', msgId)
|
|
1820
|
-
this.
|
|
1821
|
-
documentError: '',
|
|
1822
|
-
isModalVisibleCustomer: false,
|
|
1823
|
-
})
|
|
1824
|
-
this.saveLog('mrtc OnSendTextMsgSucc:' + msgId)
|
|
1820
|
+
// this.saveLog('mrtc OnSendTextMsgSucc:' + msgId)
|
|
1825
1821
|
}
|
|
1826
1822
|
this.test_controller.OnSendTextMsgFailed = (msgId, code, msg) => {
|
|
1827
1823
|
console.log('发送失败', msgId, code, msg)
|
|
@@ -1836,7 +1832,7 @@ class Video extends Component {
|
|
|
1836
1832
|
}
|
|
1837
1833
|
this.test_controller.OnReceiveTextMsg = (uid, msg) => {
|
|
1838
1834
|
console.log('收到手机端消息',uid, msg, JSON.parse(msg))
|
|
1839
|
-
this.saveLog('mrtc OnReceiveTextMsg info:' + msg)
|
|
1835
|
+
// this.saveLog('mrtc OnReceiveTextMsg info:' + msg)
|
|
1840
1836
|
this.handleReceiveMsg(msg)
|
|
1841
1837
|
// 33001 已合并到 handleReceiveMsg
|
|
1842
1838
|
// if (JSON.parse(msg).typeId == 33001 && this.state.sessionId == JSON.parse(msg).data.sessionId) {
|
|
@@ -4984,8 +4980,10 @@ class Video extends Component {
|
|
|
4984
4980
|
|
|
4985
4981
|
}))
|
|
4986
4982
|
}
|
|
4987
|
-
|
|
4988
|
-
|
|
4983
|
+
this.setState({
|
|
4984
|
+
documentError: '',
|
|
4985
|
+
isModalVisibleCustomer: false,
|
|
4986
|
+
})
|
|
4989
4987
|
}
|
|
4990
4988
|
})
|
|
4991
4989
|
// this.customerFaceClick(this.state.customerList[this.state.customerSelect])
|
|
@@ -5393,7 +5391,7 @@ class Video extends Component {
|
|
|
5393
5391
|
<audio id={'audio'+(item.idIndex)} autoPlay />
|
|
5394
5392
|
<label style={{ display: 'none' }} id={'feedId'+(item.idIndex)} type="text" />
|
|
5395
5393
|
|
|
5396
|
-
<div style={{ display: (item.videoName) ? '' : 'none'}} className={`customerTitle titleSamlle`}>
|
|
5394
|
+
<div onClick={this.muteOpposite.bind(this, 'video'+(item.idIndex))} style={{ display: (item.videoName) ? '' : 'none'}} className={`customerTitle titleSamlle`}>
|
|
5397
5395
|
{
|
|
5398
5396
|
item.mute && <img
|
|
5399
5397
|
alt=""
|
package/dist_wpb.zip
DELETED
|
Binary file
|