luke 6 lat temu
rodzic
commit
5f5add8843
1 zmienionych plików z 6 dodań i 3 usunięć
  1. 6 3
      pc_chat/src/components/chat.vue

+ 6 - 3
pc_chat/src/components/chat.vue

@@ -22,11 +22,11 @@
 							<i v-if="(selNum + tokNum) >= 4" @click="ejectEvl(10)" class="sc pointer" :class="selType?'scActy':''">
 							</i>
 							<div v-if="showleaveIcon" style="float: right" class="pointer" @click="leaveMsg()">
-								<span style="font-size: 25px; color: #b3c1e7; margin-top: 13px;" @click="back()"
+								<span style="font-size: 25px; color: #b3c1e7; margin-top: 13px" @click="back()"
 									  class="el-icon-chat-line-round"></span>
 							</div>
 							<div v-if="!showleaveIcon" style="float: right; cursor: not-allowed">
-								<span style="font-size: 25px; color: #d6d1c4; margin-top: 13px;"
+								<span style="font-size: 25px; color: #d6d1c4; margin-top: 13px"
 									  class="el-icon-chat-line-round"></span>
 							</div>
 						</div>
@@ -638,7 +638,8 @@
 						to_id: this.service.kf_id,
 						kf_id: this.user_info.id,
 						group_id: this.service.serverInfo.group,
-						conversationId:this.service.conversationId
+						conversationId:this.service.conversationId,
+						type:6,
 					}
 				}))
 				this.goBack();
@@ -1080,6 +1081,8 @@
 					this.waitingMsg = false;
 					this.selNum = 0;
 					this.tokNum = 0;
+					this.service_on = true;
+
 				}
 				// 暂无客服
 				if (redata.message_type == 'wait') {