@*@model WX.CRM.IBLL.Wx.OrderPayView*@ @using CRM.Core.DTO.Ord @using CRM.Core.DTO @{ /**/ ViewBag.Title = "List"; } @{ ViewBag.Title = "支付信息"; Layout = "~/Views/Shared/_content.cshtml"; }
银行信息:
开户行:招商银行股份有限公司北京东四环支行
户 名:东高(北京)科技有限公司
账 号:110905783010611
@{ retMsg ret = ViewBag.Ret; string lastprice = ""; string useprice = ""; if (ret.result) { lastprice = ret.retmsg.lastprice.ToString(); useprice = ret.retmsg.useprice.ToString(); } else { lastprice = "获取金额错误!"; } } 剩余金额:@lastprice 已使用金额:@useprice

添加支付二维码 添加银行转账 @**@ 添加预付金额 刷新