#include("_user_detail_layout.html") #@user_detail_layout("order") #define detail() #define layout_script() #end
重置
#for(order : userOrderPage.list ??) #end
商品 数量 单价 总价
订单号:#(order.ns ??) 总金额:#(order.orderRealAmount ??) 支付状态:#(order.payStatusStr ??) #if(order.isPaySuccess()) 物流状态:#(order.deliveryStatusStr ??) #end

#for(item : order.items) #end
#(item.product_title ??) #(item.product_count ??) #(item.product_price ??) #(item.product_price * item.product_count ??)
#end