@using WX.CRM.WebHelper @{ ViewBag.Title = "发送短信"; Layout = "~/Views/Shared/_EasyUI_Layout.cshtml"; } @{string erroMessage = ViewBag.erroMessage as string; } @if (!string.IsNullOrWhiteSpace(erroMessage)) {