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