diff --git a/Host/Controllers/UserController.cs b/Host/Controllers/UserController.cs index b7ecb3f..7b5d074 100644 --- a/Host/Controllers/UserController.cs +++ b/Host/Controllers/UserController.cs @@ -532,6 +532,13 @@ namespace Home.Controllers var ret = await m_ProductAccountService.Query(exp, true).OrderByDescending(m=>m.Id).ToListAsync(); return View(ret); } + [HttpGet] + [UserAuth] + public async Task AssignAddress([FromQuery]AccountSearchModel request=null ) + { + + return View(); + } [HttpGet] [UserAuth] diff --git a/Host/Views.Mobile/User/AssignAddress.cshtml b/Host/Views.Mobile/User/AssignAddress.cshtml new file mode 100644 index 0000000..15e05d5 --- /dev/null +++ b/Host/Views.Mobile/User/AssignAddress.cshtml @@ -0,0 +1,129 @@ +@using Home.Models +@using Hncore.Pass.BaseInfo.Response +@using Hncore.Pass.Vpn.Model +@using Hncore.Infrastructure.Extension +@model List +@{ + Layout = "_Layout"; + var productId = this.Context.Request.GetInt("productId"); +} + + +
+
+ +
+
+
+
+
+ +
+
+ + + + + diff --git a/Host/Views.Mobile/User/MyAccounts.cshtml b/Host/Views.Mobile/User/MyAccounts.cshtml index a54bb12..a46c128 100644 --- a/Host/Views.Mobile/User/MyAccounts.cshtml +++ b/Host/Views.Mobile/User/MyAccounts.cshtml @@ -91,13 +91,16 @@ a-Account="@item.Account" a-Pwd="@item.Pwd" a-ConnectCount="@item.ConnectCount" - a-StartTime="@item.StartTime" - a-EndTime="@item.EndTime" + a-StartTime='@item.StartTime.Value.ToString("yyyy.M.dd H:m")' + a-EndTime='@item.EndTime.Value.ToString("yyyy.M.dd H:m")' a-RestTime="@item.RestTime"> 详情 - + + + + diff --git a/Host/Views/User/MyAccounts.cshtml b/Host/Views/User/MyAccounts.cshtml index f96f34f..a512ff4 100644 --- a/Host/Views/User/MyAccounts.cshtml +++ b/Host/Views/User/MyAccounts.cshtml @@ -56,7 +56,7 @@ position: fixed; left: 350px; width: 1000px; - height: 700px; + height: 710px; top: 100px; z-index: 3; background: #fff; @@ -251,12 +251,12 @@ @* 指定地区 *@
- 最多选择20条线路 +

最多选择20条线路 标红为线路正在维护中

diff --git a/Host/wwwroot/img/acBanner.bak.png b/Host/wwwroot/img/acBanner.bak.png new file mode 100644 index 0000000..ea01e53 Binary files /dev/null and b/Host/wwwroot/img/acBanner.bak.png differ diff --git a/Host/wwwroot/img/acBanner.png b/Host/wwwroot/img/acBanner.png index ea01e53..afa1599 100644 Binary files a/Host/wwwroot/img/acBanner.png and b/Host/wwwroot/img/acBanner.png differ