Parcourir la source

修改指导内容

yingzhou il y a 6 ans
Parent
commit
662d4562b6
1 fichiers modifiés avec 5 ajouts et 5 suppressions
  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}); 
					layer.msg('无法与自己聊天',{icon:5}); 
					return ;
					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;
					otherCode=data.specialistDoctorCode;
					otherName=data.specialistDoctorName;
					otherName=data.specialistDoctorName;
					planDetailId=data.planDetaiId;
				}else{
					otherCode=data.executeDoctorCode;
					otherName=data.executeDoctorCode;
				}
				}
				layer.open({
				layer.open({
				  type: 2,
				  type: 2,