<%_.each(blessedUsers,function(model,index){%> <%if(index>=4){%>
  • <%= _.convertImage({ "className" : "radius_img30 img_hover", "src" : model.avatar['medium'], "size" : 50, "shape" : "radius", "name" : model.name, "bgColor" : model.avatar.color, "blessingType":model.blessingType, "userId":model.userId, "isClickHref":false, "decorationType":model.decorationType, "medalUrl":model.medalUrl, "hasAvatar":model.avatar.hasAvatar, "headDataUdc":util.getDataUDC({ type: "bless", from: "feed-avatar", to: model.userId, }) }) %> <%=_.TitaWidget_substring(model.name,8,true)%> <%= loginUserId == model.userId?'收祝福':'送祝福'%>
  • <%}%> <%})%>