react_hsbc_teller 1.7.9 → 1.8.0
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
|
@@ -99,7 +99,7 @@ export default class foot extends Component {
|
|
|
99
99
|
</div>
|
|
100
100
|
}
|
|
101
101
|
{
|
|
102
|
-
item == '
|
|
102
|
+
item == 'BACKGROUND'&&<div className='footHover' onClick={this.virtualization.bind(this)}>
|
|
103
103
|
<div className="one">
|
|
104
104
|
<img className="imgClass" src={require("../../assets/img/beijing.png").default} alt="" />
|
|
105
105
|
<div className="text">
|
|
@@ -3781,6 +3781,7 @@ userType:'1'
|
|
|
3781
3781
|
}
|
|
3782
3782
|
}
|
|
3783
3783
|
componentWillMount() {
|
|
3784
|
+
console.log('hsbc_teller_sdk', '1.8.0')
|
|
3784
3785
|
if (this.props.sessionId) {
|
|
3785
3786
|
this.getRoomStatus({
|
|
3786
3787
|
sessionId: this.props.sessionId
|
|
@@ -5902,7 +5903,7 @@ sessionId: "",
|
|
|
5902
5903
|
microphoneSize: 25,
|
|
5903
5904
|
fontSize: '14',
|
|
5904
5905
|
fontFamily: 'auto',
|
|
5905
|
-
menus: ['BOARD','SHARE', 'FRIES', 'OCR', 'INVITE', 'PIP', 'BEAUTY','GRAFFITI','
|
|
5906
|
+
menus: ['BOARD','SHARE', 'FRIES', 'OCR', 'INVITE', 'PIP', 'BEAUTY','GRAFFITI','BACKGROUND'],
|
|
5906
5907
|
customLeaveRoom: '客户离开房间',
|
|
5907
5908
|
meetingInfo: {
|
|
5908
5909
|
title: '--',
|