产品排序
This commit is contained in:
@@ -416,7 +416,7 @@
|
||||
<p class="chanpinText">温馨提示:在国外,香港,台湾,澳门,城市使用不稳定;移动网络,长城宽带以及校园网使用会不稳定,因此不建议亲使用哦</p>
|
||||
<div class="container-fluid d2">
|
||||
<ul class="newProduct">
|
||||
@foreach (var item in Model.Where(m => m.Sort != 1000))
|
||||
@foreach (var item in Model.Where(m => m.Sort != 1000).OrderBy(m => m.Sort))
|
||||
{
|
||||
<li>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user