Browse Source

修改指导内容

yingzhou 6 years ago
parent
commit
662d4562b6
1 changed files with 5 additions and 5 deletions
  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,