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 @@

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