#@ucenter_layout() #define css() #end #define content()

我的订单 My Orders

重置
#for(order : userOrderPage.list ??) #end
商品 数量 单价 总价 操作
订单号:#(order.ns ??) 总金额:#(order.orderRealAmount ??) #if(order.isClosed()) (长时间未支付,订单已经关闭) #else 支付状态:#(order.payStatusStr ??) #end #if(order.isPaySuccess()) 物流状态:#(order.deliveryStatusStr ??) #end

#if(order.isUnpay() && !order.isClosed()) 去付款 #end 详情

#for(item : order.items) #end
#(item.product_title ??) #(item.product_count ??) #(item.product_price ??) #(item.product_price * item.product_count ??) #if(item.comment_path ??) 评价 #end #if(item.canView()) #(item.view_text ??) #end #if(!item.comment_path && !item.canview) - - #end
#end