$!httpInclude.include("/top.htm")
$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/nav.htm?op=complaint")
买家中心 > 我的投诉
#foreach($obj in $objs) #if($!obj.status==0) #set($status="新投诉") #end #if($!obj.status==1) #set($status="待申诉") #end #if($!obj.status==2) #set($status="对话中") #end #if($!obj.status==3) #set($status="待仲裁") #end #if($!obj.status==4) #set($status="已完成") #end #end
投诉人 被投诉人 投诉主题 投诉时间 投诉状态 操作
$!obj.from_user.userName $!obj.to_user.userName $!obj.cs.title $!CommUtil.formatLongDate($!obj.addTime)$!status 详细#if($!obj.status==0)取消#end
$!gotPageFormHTML
$!httpInclude.include("/footer.htm")