我的订单
#foreach($obj in $objs)

订单号:$!{obj.order_id} #if($!obj.order_status==10) 待发货 #elseif($!obj.order_status==20) 待发货 #elseif($!obj.order_status==30) 待收货 #elseif($!obj.order_status==40) 已收货 #else   #end

#foreach($gc in $obj.gcs) #if($!gc.goods.goods_main_photo) #set($img="$!webPath/$!{gc.goods.goods_main_photo.path}/$!{gc.goods.goods_main_photo.name}_small.$!{gc.goods.goods_main_photo.ext}") #else #set($img="$!webPath/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end
实付:¥$!{obj.totalPrice}  (含运费:¥$!CommUtil.null2Float($!{obj.ship_price}))
#if($!obj.order_status==0) 删除订单 #end #if($!obj.order_status==10) 取消订单 #end #if($!obj.order_status==47) 退货完成,已结束 #end #if($!obj.order_status==48) 卖家拒绝退货申请 #end #if($!obj.order_status==49) 退货失败 #end #if($!obj.order_status==65) 已结束,不可评价 #end #if($!obj.order_status==10) 付款 #end #if($!obj.order_status==30) 确认收货 #end
#end
#end
$!httpInclude.include("/footer.htm")