diff --git a/Host/Controllers/UserController.cs b/Host/Controllers/UserController.cs index 5c0f1e5..4f615a9 100644 --- a/Host/Controllers/UserController.cs +++ b/Host/Controllers/UserController.cs @@ -429,7 +429,7 @@ namespace Home.Controllers { var userId = this.Request.GetUserInfo().UserId; - var orderQuery = m_OrderService.Query(m => m.UserId == userId); + var orderQuery = m_OrderService.Query(m => m.UserId == userId && m.DeleteTag == 0); orderQuery = orderQuery.Where(m => m.OrderState == OrderStatus.PayOk || m.OrderState == OrderStatus.Complete); if (request.OrderType > 0) { diff --git a/Host/Views.Mobile/Home/Index.cshtml b/Host/Views.Mobile/Home/Index.cshtml index b1c88c1..2bac8f9 100644 --- a/Host/Views.Mobile/Home/Index.cshtml +++ b/Host/Views.Mobile/Home/Index.cshtml @@ -290,6 +290,8 @@
官网已恢复正常!可正常续费购买!
+6日14时至7日10时,因系统故障,导致官网无法正常访问,现已恢复,给您带来不便,敬请谅解!
1.动态IP一毛钱一天,每用户限一次。
2.新上蘑菇IP,天卡买一送一,周卡送3天,月卡送10天,多买多送
3.极客IP,西瓜IP,双月卡送一个月。
@@ -347,9 +349,9 @@ }); $('.notice').hide(); - self.setTimeout(function(){ + @* self.setTimeout(function(){ *@ $('.notice').show(); - },3000) + @* },3000) *@ function know() { $('.notice').hide(); } diff --git a/Host/Views/Article/Index.cshtml b/Host/Views/Article/Index.cshtml index b164942..11dd326 100644 --- a/Host/Views/Article/Index.cshtml +++ b/Host/Views/Article/Index.cshtml @@ -44,6 +44,14 @@Windows电脑教程
官网已恢复正常!可正常续费购买!
+6日14时至7日10时,因系统故障,导致官网无法正常访问,现已恢复,给您带来不便,敬请谅解!
1.动态IP一毛钱一天,每用户限一次。
2.新上蘑菇IP,天卡买一送一,周卡送3天,月卡送10天,多买多送
3.极客IP,西瓜IP,双月卡送一个月。
@@ -714,9 +716,9 @@