<%if (type == 0){ %>
{tag:图片} {tag:商品名称} {tag:状态} {tag:时间}
<%foreach (DB.LebiShop.Lebi_Comment c in comments) {%> <% List cr = DB.LebiShop.B_Lebi_Comment.GetList("Parentid = "+ c.id +"", "id desc"); foreach (DB.LebiShop.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", "
")%>
    <% string[] images = c.ImagesSmall.Split('@'); string[] bigs = c.Images.Split('@'); for (int i = 0; i < images.Count();i++) { if (images[i] == "") continue; %>
  • <%} %>
{tag:客服回复}:<%=creply.Content%><%=creply.Time_Add%>
<%} %> <%}else{ %> <%foreach (DB.LebiShop.Lebi_Order_Product op in order_products) {%> <%} %>
{tag:图片} {tag:商品名称} {tag:状态} {tag:时间}
<% if (op.ImageSmall == ""){ %> <%}else{ %>" target="_blank"> <%} %> " target="_blank"><%=Lang(op.Product_Name)%> ">{tag:发表评价} <%=FormatTime(op.Time_Add) %>
<%} %>
<%=PageString%>