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