提交 eac0a52e 编写于 作者: 张磊's avatar 张磊

save

上级 aa585de2
...@@ -375,7 +375,7 @@ export default { ...@@ -375,7 +375,7 @@ export default {
_this = this; _this = this;
this.picakfAccId = getPicaKFAccid(); this.picakfAccId = getPicaKFAccid();
const { imTeamId } = this.currentChat; const { imTeamId } = this.currentChat;
this.tid = imTeamId || "3854284100"; this.tid = imTeamId;
this.getFiveContentList(); this.getFiveContentList();
autoCompletionIntervalId && clearInterval(autoCompletionIntervalId); autoCompletionIntervalId && clearInterval(autoCompletionIntervalId);
autoCompletionIntervalId = setInterval(() => { autoCompletionIntervalId = setInterval(() => {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<div class="text-right"> <div class="text-right">
<p> <p>
<span class="text-name">{{ item.name }}</span> <span class="text-name">{{ item.name }}</span>
<span class="text-dep">{{ item.role == 1 ? "诊医生" : "接诊医生" }}</span> <span class="text-dep">{{ item.role == 1 ? "诊医生" : "接诊医生" }}</span>
</p> </p>
<p class="text-num">{{item.role == 1 ? currentChat.userMobile:currentChat.doctorMobile }}</p> <p class="text-num">{{item.role == 1 ? currentChat.userMobile:currentChat.doctorMobile }}</p>
</div> </div>
...@@ -85,10 +85,10 @@ export default { ...@@ -85,10 +85,10 @@ export default {
currentChat(newVal, oldVal) { currentChat(newVal, oldVal) {
if(newVal !== oldVal && newVal.imTeamId){ if(newVal !== oldVal && newVal.imTeamId){
const {imTeamId, diagnoseLogId, doctorTrtcEntryStatus, userTrtcEntryStatus} = this.currentChat; const {imTeamId, diagnoseLogId, doctorTrtcEntryStatus, userTrtcEntryStatus} = this.currentChat;
this.tid = imTeamId|| "3854284100"; this.tid = imTeamId;
this.diagnoseLogId = diagnoseLogId || "38"; this.diagnoseLogId = diagnoseLogId;
this.doctorTrtcEntryStatus = doctorTrtcEntryStatus; // this.doctorTrtcEntryStatus = doctorTrtcEntryStatus;
this.userTrtcEntryStatus = userTrtcEntryStatus; // this.userTrtcEntryStatus = userTrtcEntryStatus;
this.init(); this.init();
} }
} }
...@@ -130,8 +130,8 @@ export default { ...@@ -130,8 +130,8 @@ export default {
diagnoseLogId: "", //问诊id diagnoseLogId: "", //问诊id
isMuted: true, isMuted: true,
liveInfoSave: {}, liveInfoSave: {},
userTrtcEntryStatus:'', userTrtcEntryStatus:2,
doctorTrtcEntryStatus:'' doctorTrtcEntryStatus:2
}; };
}, },
created() { created() {
......
...@@ -138,7 +138,7 @@ export default { ...@@ -138,7 +138,7 @@ export default {
doctorName: "孙思邈", doctorName: "孙思邈",
doctorTrtcEntryStatus: 1, doctorTrtcEntryStatus: 1,
imStatus: 0, imStatus: 0,
imTeamId: "3854284100", imTeamId: "",
returnStatus: 1, returnStatus: 1,
roomId: "string", roomId: "string",
sort: 0, sort: 0,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册