Browse Source

居民服务记录增加医生默认头像

chenyue 6 years ago
parent
commit
4bf6d06730
1 changed files with 4 additions and 6 deletions
  1. 4 6
      html/huanzhe/js/fuwujilu.js

+ 4 - 6
html/huanzhe/js/fuwujilu.js

@ -461,14 +461,12 @@ new Promise(function(resolve, reject) {
		}
	});
	template.helper("setPhoto", function(p) {
		/*
		debugger
		if(!p || p.length == 0) {
			return "../../../images/p-default.png";
			return "../../../images/d-male.png";
		} else {
			return p;
		}
		*/
		return getImgUrl(p);
			return getImgUrl(p);
		}		
	});
	
	template.helper("setTime", function(p) {