react_hsbc_teller 1.4.8 → 1.4.9
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 +5 -0
package/package.json
CHANGED
package/packages/demo/demo.js
CHANGED
|
@@ -1713,6 +1713,11 @@ class Video extends Component {
|
|
|
1713
1713
|
errorType: -1
|
|
1714
1714
|
})
|
|
1715
1715
|
}
|
|
1716
|
+
} else if (Mival.typeId == 4100 && Mival.data.sessionId == this.state.sessionId) {
|
|
1717
|
+
// 手机端停止投屏
|
|
1718
|
+
if (!document.getElementById("video21").name) {
|
|
1719
|
+
this.tabTitlesClick('customerScreen', 'delect')
|
|
1720
|
+
}
|
|
1716
1721
|
}
|
|
1717
1722
|
};
|
|
1718
1723
|
window.IMOpenfire = msg =>{
|