-
- @{
- Layout = "~/Views/Shared/Layout/_Layout.Play.cshtml";
- ViewBag.PageId = "medal";
- ViewBag.Title = "我的勋章";
- }
- <div style="width: 100%; height: 700px; display: flex; justify-content: center; align-items: center;">
- <h1>我的勋章 <small style="color: #aaa">等待开发...</small></h1>
-
- </div>
|