react_hsbc_teller 0.4.3 → 0.4.7
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
|
@@ -1079,7 +1079,7 @@ componentDidMount() {
|
|
|
1079
1079
|
console.log('初始化房间成功');
|
|
1080
1080
|
// 视频通话的初始化
|
|
1081
1081
|
if (this.state.sessionId) {
|
|
1082
|
-
this.test_controller.JoinRoom(this.state.channelId, this.state.rtoken
|
|
1082
|
+
this.test_controller.JoinRoom(this.state.channelId, this.state.rtoken)
|
|
1083
1083
|
} else {
|
|
1084
1084
|
this.test_controller.CreateRoom()
|
|
1085
1085
|
}
|
|
@@ -1961,7 +1961,6 @@ componentDidMount() {
|
|
|
1961
1961
|
|
|
1962
1962
|
|
|
1963
1963
|
if(this.state.roomCustomerList.length == 0) {
|
|
1964
|
-
debugger
|
|
1965
1964
|
try {
|
|
1966
1965
|
let result = await API.finishSession({
|
|
1967
1966
|
sessionId: this.state.sessionId,
|
|
@@ -2828,7 +2827,6 @@ componentDidMount() {
|
|
|
2828
2827
|
{/* {
|
|
2829
2828
|
videoCustomer
|
|
2830
2829
|
} */}
|
|
2831
|
-
<div style={{ display: (this.state.isCustomer) ? '' : 'none', }}>
|
|
2832
2830
|
<div
|
|
2833
2831
|
className={`itemed`}
|
|
2834
2832
|
style={{ position: "relative",display: (this.state.videoOneName) ? '' : 'none'}}
|
|
@@ -3140,7 +3138,7 @@ componentDidMount() {
|
|
|
3140
3138
|
<canvas style={{ display: (this.state.videoTwelveName&&!this.state.voiceVideoTwelve) ? '' : 'none', }} className="canvasClassOne" id="subscribe_volumeView12" width="40" height="70"></canvas>
|
|
3141
3139
|
</div>
|
|
3142
3140
|
|
|
3143
|
-
|
|
3141
|
+
|
|
3144
3142
|
</div>
|
|
3145
3143
|
<img id="icon_huatong" style={{display:'none'}} src={require("../../assets/img/icon_huatong.png").default}></img>
|
|
3146
3144
|
</div>
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
.videoFit{
|
|
46
46
|
object-fit: contain !important;
|
|
47
47
|
}
|
|
48
|
-
.isBack {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
}
|
|
48
|
+
// .isBack {
|
|
49
|
+
// transform: rotateY(180deg);
|
|
50
|
+
// // background: #333;
|
|
51
|
+
// }
|
|
52
52
|
.video1{
|
|
53
53
|
width: 100%;
|
|
54
54
|
height: 100%;
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
.canvasClass{
|
|
113
113
|
position: absolute;
|
|
114
114
|
bottom: 0;
|
|
115
|
-
|
|
115
|
+
right: 0;
|
|
116
116
|
}
|
|
117
117
|
.canvasClassOne{
|
|
118
118
|
position: absolute;
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
.tellerTitle{
|
|
165
165
|
position: absolute;
|
|
166
166
|
// top: 0;
|
|
167
|
-
|
|
167
|
+
left: 0px;
|
|
168
168
|
// width: 80px;
|
|
169
169
|
line-height: 30px;
|
|
170
170
|
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
height: 30px;
|
|
173
173
|
// background: rgba(219, 0, 17, 0.1);
|
|
174
174
|
border-radius: 4px 0px 2px 0px;
|
|
175
|
-
transform: rotateY(180deg);
|
|
175
|
+
// transform: rotateY(180deg);
|
|
176
176
|
// color: #DB0011;
|
|
177
177
|
font-size: 14px;
|
|
178
178
|
}
|