| 
					
				 | 
			
			
				@ -35,6 +35,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						docType = parseInt(plus.storage.getItem("docType")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						docInfo = JSON.parse(plus.storage.getItem("docInfo")); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						$("#doc_name").html(docInfo.name); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						$("#doc_type").html(docInfo.jobName); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						//控制团队报告 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						if(docInfo.isLeader == 1){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							$('#work_resport').show() 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@ -54,12 +55,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						initDocPhoto("doc_photo", docInfo.photo, docInfo.sex);//图片加载失败时使用默认图片 
			 | 
		
	
		
			
				 | 
				 | 
			
			
									 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						if(docType == "3") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							document.getElementById("doc_type").innerText = "健康管理师" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						} else if(docType == "2") { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
							document.getElementById("doc_type").innerText = "全科医生"; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						 
			 | 
		
	
		
			
				 | 
				 | 
			
			
						load(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 
			 |