{tag:图片} {tag:商品名称} {tag:状态} {tag:时间}
<%foreach (Shop.Model.Lebi_Comment c in comments) {%> <% List cr = Shop.Bussiness.B_Lebi_Comment.GetList("Parentid = "+ c.id +"", "id desc"); foreach (Shop.Model.Lebi_Comment creply in cr) { %> <%} %>
<% if (GetProduct(c.Keyid).ImageOriginal == ""){ %> <%}else{ %>" target="_blank"><%} %> " target="_blank"><%=Lang(GetProduct(c.Keyid).Name)%> <%=TypeName(c.Status) %> <%=FormatTime(c.Time_Add)%>
{tag:内容}:<%=c.Content.Replace("\r\n", "
")%>
{tag:客服回复}:<%=creply.Content.Replace("\r\n", "
")%><%=FormatTime(creply.Time_Add)%>
<%} %>
<%=PageString%>