%@ page language="java" import="java.util.*" pageEncoding="gbk"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; %>
查看订单 |
|||||
订单编号 | 购买商品 | 价格 | 数量 | 收货地址 | 卖家留言 |
---|---|---|---|---|---|
${list.o_Id} | ${list.orderDetails.g_Name} | ${list.orderDetails.g_Price} | ${list.orderDetails.o_Count} | ${list.o_Address} | ${list.o_Msg} |