diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml
index fa4e49d..e7c6186 100644
--- a/Host/Views.Mobile/Product/Index.cshtml
+++ b/Host/Views.Mobile/Product/Index.cshtml
@@ -47,6 +47,9 @@
+ -
+ 全局独享IP
+
@foreach (var item in Model)
{
if(item.Product.Id == 6) {
@@ -74,6 +77,15 @@
@item.Product.Name8折
}
+ else if(item.Product.Id == 20) {
+
+ -
+ 单窗口单IP
+
+ -
+ @item.Product.Name
+
+ }
else{
-
diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml
index 94de1c4..851a91d 100644
--- a/Host/Views/Product/Index.cshtml
+++ b/Host/Views/Product/Index.cshtml
@@ -360,6 +360,7 @@
+
全局独享IP
@foreach (var item in Model)
{
if(item.Product.Id == 18) {
@@ -392,15 +393,17 @@
}
else if(item.Product.Id == 20) {
+
+
单窗口单IP
@@ -412,10 +415,10 @@