$!httpInclude.include("/top.htm")
$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/nav.htm?op=report")
买家中心 > 举报列表
#foreach($obj in $objs) #if($!obj.status==0)#set($status="未处理")#end #if($!obj.status==1)#set($status="已处理")#end #if($!obj.status==-1)#set($status="已取消")#end #set($time=$!CommUtil.formatShortDate($!obj.addTime)) #set($result="等待处理") #if($!obj.result==1) #set($result="有效举报") #end #if($!obj.result==-1) #set($result="无效举报") #end #if($!obj.result==-2) #set($result="恶意举报") #end #end
商品名称 举报类型 举报状态 举报时间 处理结果 操作
$!obj.goods.goods_name $!obj.subject.type.name$!status$!time$!result 查看#if($!{obj.status}==0)取消#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")