$!httpInclude.include("/top.htm")
$!httpInclude.include("/buyer/head.htm")
$!httpInclude.include("/buyer/nav.htm?op=integral")
买家中心 > 兑换记录
#foreach($obj in $objs)
#if($!obj.igo_status==-1) #set($status="已取消") #end #if($!obj.igo_status==0) #set($status="待付款") #end #if($!obj.igo_status==10) #set($status="线下支付待审核") #end #if($!obj.igo_status==20) #set($status="已付款,待发货") #end #if($!obj.igo_status==30) #set($status="已发货") #end #if($!obj.igo_status==40) #set($status="已收货完成") #end
订单状态:$!status兑换单号: $!obj.igo_order_sn
#foreach($gc in $obj.igo_gcs)
    #if($!gc.goods.ig_goods_img) #set($img="$!webPath/$!{gc.goods.ig_goods_img.path}/$!{gc.goods.ig_goods_img.name}_small.$!{gc.goods.ig_goods_img.ext}") #else #set($img="$!webPath/$!{config.goodsImage.path}/$!{config.goodsImage.name}") #end
  • $!{gc.goods.ig_goods_name}
  • 消耗积分:$!{gc.integral}
  • 数量:$!{gc.count}
#end
运费:¥$!CommUtil.null2Double($!{obj.igo_trans_fee}) #if($!obj.igo_status==0) 付款 #end #if($!obj.igo_status<20&&$!{obj.igo_status}>-1) 取消订单 #end #if($!obj.igo_status==30) 确认收货 #end 查看订单
#if($!obj.igo_payment=="alipay") #set($payment="支付宝") #end #if($!obj.igo_payment=="tenpay") #set($payment="财付通") #end #if($!obj.igo_payment=="bill") #set($payment="快钱") #end #if($!obj.igo_payment=="chinabank") #set($payment="网银在线") #end #if($!obj.igo_payment=="outline") #set($payment="线下支付") #end #if($!obj.igo_payment=="balance") #set($payment="预存款支付") #end #if($!obj.igo_payment=="no_fee") #set($payment="无运费订单") #end #if(!$!obj.igo_payment) #set($payment="未支付") #end 下单时间:$!CommUtil.formatLongDate($!obj.addTime)支付方式:$!payment
#end
$!gotoPageFormHTML
$!httpInclude.include("/footer.htm")