$!httpInclude.include("/top.htm")
$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/nav.htm?op=consult")
买家中心
>
全部咨询
全部咨询
未回复咨询
已回复咨询
#foreach($obj in $objs)
$!{obj.goods.goods_name}
[商品咨询]
咨询时间:
$!CommUtil.formatLongDate($!obj.addTime)
咨询内容:
$!{obj.consult_content}
#if($!obj.consult_reply)
回复内容:
$!{obj.consult_reply}
回复时间:
$!CommUtil.formatLongDate($!obj.reply_time)
#end
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")