$!httpInclude.include("/top.htm")
$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/nav.htm?op=consult")
买家中心 > 全部咨询
#foreach($obj in $objs)
咨询时间:$!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")