Browse Source

修改搜索居民头像问题

linehang 6 years ago
parent
commit
5664771157
1 changed files with 4 additions and 0 deletions
  1. 4 0
      html/huanzhe/js/searchhuanzhe.js

+ 4 - 0
html/huanzhe/js/searchhuanzhe.js

@ -83,6 +83,10 @@ historyList = function(){
},
// 初始化“患者”视图列表
initPatientViewList = function(data,keyword,isAppend) {
	data = _.map(data,function(item){
		item.photo = getImgUrl(item.photo);
		return item;
	})
	var html = template("pati_list_tmpl", {list: data});
	searchText = $searchbarInput.val().trim();
	if(isAppend == true){