|
|
@@ -854,6 +854,7 @@
|
|
|
}))
|
|
|
// this.goBack();
|
|
|
this.machineAndAtl = 10;
|
|
|
+ this.showject = false;
|
|
|
const loading = this.$loading({
|
|
|
lock: true,
|
|
|
text: '本次会话正在关闭',
|
|
|
@@ -1463,6 +1464,7 @@
|
|
|
if (redata.message_type == 'closeBysever') {
|
|
|
this.jumps = false;
|
|
|
this.machineAndAtl = 10;
|
|
|
+ this.showject = false;
|
|
|
this.selNum = 0;
|
|
|
this.showleaveIcon = true;
|
|
|
this.chatCont = []
|
|
|
@@ -1472,6 +1474,7 @@
|
|
|
this.customerSviceChat = [];
|
|
|
this.selNum = 0;
|
|
|
this.tokNum = 0;
|
|
|
+
|
|
|
}
|
|
|
// 客服掉线.
|
|
|
if (redata.message_type == 'serviceoffline') {
|