11 lines
219 B
Plaintext
11 lines
219 B
Plaintext
@model System.Web.Mvc.HandleErrorInfo
|
|
|
|
@{
|
|
ViewBag.Title = "已锁定";
|
|
}
|
|
|
|
<hgroup>
|
|
<h1 class="text-danger">已锁定。</h1>
|
|
<h2 class="text-danger">此帐户已锁定,请稍后重试。</h2>
|
|
</hgroup>
|