<%template src="_header1.html"%>
  • 1
  • 精华报告排行榜
试用报告秀100%试客原创,全面实拍,客观描述试用情况!
<%foreach(var model in report_list)%>
<%if(model.photo_url!="")%> <%/if%>
<%set string user_avatar=get_user_avatar(model.buyer_user_id)%> <%if(user_avatar=="")%> <%else%> <%/if%>

<%=Utils.Left(model.buyer_user_name,1)%>***<%=Utils.Right(model.buyer_user_name,1)%>发表报告:

{model.Product.title}

<%cutstring(model.content, 70)%>

<%if(model.is_recommend==1)%>
精华
<%/if%> " target="_blank">
<%/foreach%>
{pagelist}
<%template src="_footer2.html"%>