diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml
index 8003db4..f087a6a 100644
--- a/Host/Views/Product/Index.cshtml
+++ b/Host/Views/Product/Index.cshtml
@@ -287,7 +287,7 @@
@foreach (var item in Model)
{
- @if( item.Product.Id == 1||item.Product.Id == 2||item.Product.Id == 4||item.Product.Id == 6||item.Product.Id == 13||item.Product.Id == 5){
+ @if( item.Product.Id == 1||item.Product.Id == 2||item.Product.Id == 4||item.Product.Id == 6||item.Product.Id == 13||item.Product.Id == 14||item.Product.Id == 5){
@item.Product.Name 活动
}
@* else if(item.Product.Id == 4 || item.Product.Id == 13) {
diff --git a/Host/Views/Product/Test.cshtml b/Host/Views/Product/Test.cshtml
index 60e340a..f3f08d6 100644
--- a/Host/Views/Product/Test.cshtml
+++ b/Host/Views/Product/Test.cshtml
@@ -13,7 +13,29 @@
randomAccount = ValidateCodeHelper.MakeCharCode(2).ToLower() + ValidateCodeHelper.MakeNumCode(4).ToLower();
}
}
-
+