$!httpInclude.include("/top.htm")
$!httpInclude.include("/seller/nav_head.htm")
$!httpInclude.include("/seller/nav.htm?op=consult")
卖家中心 > 咨询管理
删除
#foreach($obj in $objs)
咨询用户:$!{obj.consult_user.userName}咨询时间:$!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")