|
@ -4,7 +4,7 @@ new Vue({
|
|
|
data: {
|
|
|
sessionId:null,
|
|
|
sessionType:2,//1对1会话
|
|
|
curDoctorCode:JSON.parse(window.localStorage.getItem('wlyyAgent')).uid,
|
|
|
curDoctorCode:JSON.parse(window.localStorage.getItem('wlyyAgentForDoc')).uid,
|
|
|
curDoctorName:"",
|
|
|
otherCode: Request["otherCode"],//对方医生code
|
|
|
otherName: decodeURIComponent(Request["otherName"]) || "",//对方医生姓名
|