@model CRM.Core.DTO.Ord.OrderPayDto @using WX.CRM.Model.Entity; @{ ViewBag.Title = "使用金额"; Layout = "~/Views/Shared/_content.cshtml"; }
@{ //var list = ViewBag.OrderDepositList as IEnumerable; CRM.Core.DTO.retMsg ret = ViewBag.CorePayInfo; decimal? lastPrice = 0; decimal OrderNedPay = ViewBag.OrderNedPay; if (ret.result) { lastPrice = ret.retmsg.lastprice; } ¥@lastPrice }