react_hsbc_teller 1.9.30 → 1.9.31
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/dist new.zip +0 -0
- package/lib/hsbc.js +1 -1
- package/package.json +1 -1
- package/packages/pages/video/video.jsx +3 -2
package/package.json
CHANGED
|
@@ -296,7 +296,7 @@ class Video extends Component {
|
|
|
296
296
|
saveLog = (val) => {
|
|
297
297
|
axios({
|
|
298
298
|
method: 'get',
|
|
299
|
-
baseURL: this.props.logUrl + '&message=' + encodeURIComponent(val) + '&react_hsbc_teller=1.9.
|
|
299
|
+
baseURL: this.props.logUrl + '&message=' + encodeURIComponent(val) + '&react_hsbc_teller=1.9.31&logTime=' + Date.now() + '&mtoken=' + encodeURIComponent(this.state.rtoken) + '&roomId=' + encodeURIComponent(this.state.channelId) + '&sessionId=' + encodeURIComponent(this.state.sessionId) + '&appointmentID=' + this.props.businessNumber,
|
|
300
300
|
|
|
301
301
|
}).then(res => {
|
|
302
302
|
|
|
@@ -2049,6 +2049,7 @@ class Video extends Component {
|
|
|
2049
2049
|
console.log(config_param)
|
|
2050
2050
|
console.log('发起订阅')
|
|
2051
2051
|
this.test_controller.Subscribe(config_param)
|
|
2052
|
+
document.getElementById(config_param.subscribe_video_id).name = 'temp'
|
|
2052
2053
|
|
|
2053
2054
|
}
|
|
2054
2055
|
})
|
|
@@ -3000,7 +3001,7 @@ class Video extends Component {
|
|
|
3000
3001
|
}
|
|
3001
3002
|
}
|
|
3002
3003
|
componentWillMount() {
|
|
3003
|
-
console.log('hsbc_teller_sdk', '1.9.
|
|
3004
|
+
console.log('hsbc_teller_sdk', '1.9.31')
|
|
3004
3005
|
let arr = []
|
|
3005
3006
|
for(let i=1;i<=12;i++){
|
|
3006
3007
|
arr.push({
|