@using System.Data @using ZoomLa.BLL.Helper @using ZoomLa.Common @using ZoomLa.BLL.Shop @model ZoomLa.Model.M_OrderList @{ DataTable dt = ViewBag.dt; } @functions{ public string GetShopUrl(DataRow dr) { return OrderHelper.GetShopUrl(DataConverter.CLng(dr["StoreID"]), Convert.ToInt32(dr["ProID"])); } } @section head{ 晒单评价 } @section content{
@foreach (DataRow dr in dt.Rows) { }
商品信息购买数量金额购买时间
@dr["ProName"] x@(dr["ProNum"]) @Convert.ToDouble(dr["AllMoney"]).ToString("f2") @DateHelper.ToDate(dr["AddTime"])
标题:
* 评分:
* 心得:
10-500字
晒单:
    } @section script{ }