| <%=Tag("图片")%> | <%=Tag("商品")%> | <%=Tag("价格")%> | <%=Tag("数量")%> | <%if (type == 141){ %><%=Tag("收藏时间")%> | <%}else{ %><%=Tag("购买周期")%> | <%=Tag("预购时间")%> | <%} %>
|---|---|---|---|---|---|---|
|
<% if (product.ImageSmall != ""){ %>
" data-lightbox="image<%=model.Product_id %>"> |
" target="_blank"><%=Lang(product.Name)%> | <%=FormatMoney(product.Price) %> | <%=model.count %> | <%if (type == 141){ %><%=FormatTime(model.Time_Add.AddDays(model.WarnDays))%> | <%}else{ %><%=model.WarnDays %> <%=Tag("天")%> | <%=FormatTime(model.Time_Add.AddDays(model.WarnDays))%> | <%} %>