From 25e577ec8240a3a3114453b658e2db91be7a8b0c Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Mon, 19 Oct 2020 17:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Controllers/LineListController.cs | 2 +- Host/Views/Home/Index.cshtml | 2 +- Host/Views/Product/Soft.cshtml | 2 +- Services/Hncore.Pass.Vpn/Controllers/ProductController.cs | 4 ++-- Services/Hncore.Pass.Vpn/Service/AgentService.cs | 2 +- .../Hncore.Pass.Vpn/Service/ProductPriceDiscountService.cs | 2 +- Services/Hncore.Pass.Vpn/Service/ProductService.cs | 2 +- Services/Hncore.Pass.Vpn/Service/ProductUserPriceService.cs | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Host/Controllers/LineListController.cs b/Host/Controllers/LineListController.cs index 762a186..45b481f 100644 --- a/Host/Controllers/LineListController.cs +++ b/Host/Controllers/LineListController.cs @@ -52,7 +52,7 @@ namespace Home.Controllers var ret = await m_ProductRouteService.Query(exp).OrderBy(m=>m.Sort).ToListAsync(); - var products = await m_ProductService.Query(m=>m.OnLine == 1).ToListAsync(); + var products = await m_ProductService.Query(m=>m.OnLine == 1).OrderBy(m=>m.Sort).ToListAsync(); ViewData["products"] = products; return View(ret); } diff --git a/Host/Views/Home/Index.cshtml b/Host/Views/Home/Index.cshtml index d08f0e3..2193f94 100644 --- a/Host/Views/Home/Index.cshtml +++ b/Host/Views/Home/Index.cshtml @@ -416,7 +416,7 @@

温馨提示:在国外,香港,台湾,澳门,城市使用不稳定;移动网络,长城宽带以及校园网使用会不稳定,因此不建议亲使用哦