@model ZoomLa.Model.M_Cash @{ B_User buser = new B_User(Context); M_UserInfo mu = buser.SelReturnModel(Model.UserID); string action = Context.Request.GetParam("action"); } @section head{提现处理} @section content{
@if (action != "view") { }
用户名: @Model.YName
提现金额:@Model.money.ToString("F2")
提示: 拒绝提现后,预扣的金额将会返还给用户
备注信息:
上传凭证: @if (action != "view") {}
    } @section script{ }