yingzhou преди 6 години
родител
ревизия
662d4562b6
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      app/rehabilitation/js/service_item_content.js

+ 5 - 5
app/rehabilitation/js/service_item_content.js

@ -129,13 +129,13 @@
					layer.msg('无法与自己聊天',{icon:5}); 
					return ;
				}
				if((data.isMyTask==1) && (loginDoctor.uid==data.specialistDoctorCode)){
					otherCode=data.executeDoctorCode;
					otherName=data.executeDoctorCode;
					planDetailId=data.planDetaiId
				}else{
				if(data.isMyTask==1){
					otherCode=data.specialistDoctorCode;
					otherName=data.specialistDoctorName;
					planDetailId=data.planDetaiId;
				}else{
					otherCode=data.executeDoctorCode;
					otherName=data.executeDoctorCode;
				}
				layer.open({
				  type: 2,