luke 6 anos atrás
pai
commit
15bfdee40b
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      pc_chat/src/components/chat.vue

+ 2 - 1
pc_chat/src/components/chat.vue

@@ -896,7 +896,7 @@
 					this.artAndLeave = 10;
 					this.machineAndAtl = 100;
 					this.service = redata.data;
-					console.log(this.service, '============客服信息')
+					// console.log(this.service, '============客服信息')
 					this.serviceImg = redata.data.serverInfo.avatar;
 					this.consult = false;
 					this.evlShow = false;
@@ -1007,6 +1007,7 @@
 				if (redata.message_type == 'overtime') {
 					this.willOverTime = true;
 					this.automaticRolling();
+					// this.goBack();
 				}