<%Include _mb_head%> <%Include _top%>
当前位置: 首页 > 个人中心
<%Include _mb_left_menu%>
<%if UserHead.Count>0%> 用户头像 <%else%> 用户头像 <%/if%>
<%if UserHead.Count>0%> <%else%> <%/if%>

{userinfo.linkManInfo.NickName}

余额:¥{currentMoney}

积分:<%set str=Method.formatmoney((decimal)currentScore,"0")%>{str}分 退出

设置 : 个人信息 支付密码

等级:{GradeName}
<%if dtOrder.Rows.Count<=0%>
暂无订单信息
<%else%> <%loop (DataRow) dr dtOrder%>
订单号:{dr[oID]}下单日期: <%set str=Method.formatdatetime(dr["o_publishDate"].ToString(),"yyyy-MM-dd")%> {str}

<%set dtProduct=GetProductNotReturn(dr["oID"].ToString())%> <%loop (DataRow) product dtProduct%>
<%set str=GetImage(product["sd_id"].ToString())%> {product[p_productName]} {product[p_specifications]}

{product[p_productName]} {product[p_specifications]}

<%set str=Method.formatmoney(decimal.Parse(product["p_amount"].ToString()),"0.00")%> {str}

数量:{product[p_quantity]}

<%/loop%>
<%set str=Method.formatmoney(decimal.Parse(dr["o_allPrice"].ToString()),"0.00")%> ¥{str} <%if CanDel(dr["o_state"].ToString())%> 删除 <%/if%> <%if dr["o_state"].ToString()=="0"%> <%if dr["yi_payMentType"].ToString()!="21"&&dr["yi_payMentType"].ToString()!="22"%> 去付款 <%/if%> 取消订单 <%/if%> <%if dr["o_state"].ToString()=="7"&&dr["yi_payMentType"].ToString()!="21"&&dr["yi_payMentType"].ToString()!="22"%> 确认收货 <%/if%> <%if dr["o_state"].ToString()=="10"%> <%/if%> 查看订单详情
<%/loop%>
<%/if%>
<%Include _footer%> <%Include _floatpage%>