diff --git a/Host/Views.Mobile/Product/Index.cshtml b/Host/Views.Mobile/Product/Index.cshtml index 99bf848..656d9eb 100644 --- a/Host/Views.Mobile/Product/Index.cshtml +++ b/Host/Views.Mobile/Product/Index.cshtml @@ -159,11 +159,29 @@ } *@ + else if(package.Id == 1||package.Id == 4||package.Id == 7||package.Id == 12||package.Id == 17||package.Id == 22||package.Id == 27||package.Id == 32||package.Id == 37||package.Id == 42||package.Id == 62||package.Id == 69||package.Id == 73||package.Id == 80) { + + +
+
+

@package.Name 九折

+

@(Math.Round(package.Price/package.DayCount,2))元/天

+

@package.Profile

+
+
+

¥@package.Price

+

原价:@package.LinePrice 元

+
+
+
+ + + } else {
-

@package.Name

+

@package.Name 八折

@(Math.Round(package.Price/package.DayCount,2))元/天

@package.Profile

diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index 9ea1fae..de527fb 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -202,7 +202,7 @@ height: 0px; border: 1.0rem solid #f64e3d; border-right-color: transparent; - content: "免费送七天"; + content: "九折"; box-shadow: 0px 0.3125rem 0.3125rem -0.3125rem #000; } @@ -432,14 +432,29 @@
} *@ - else { - -
+ + else if(package.Id == 1||package.Id == 4||package.Id == 7||package.Id == 12||package.Id == 17||package.Id == 22||package.Id == 27||package.Id == 32||package.Id == 37||package.Id == 42||package.Id == 62||package.Id == 69||package.Id == 73||package.Id == 80) { +

@package.Price

原价:@package.LinePrice

@(Math.Round(package.Price/package.DayCount,2))元/天

-
+
+

@package.Name

+

@package.Profile

+
+ +
+ + } + else { + +
+ +

@package.Price

+

原价:@package.LinePrice

+

@(Math.Round(package.Price/package.DayCount,2))元/天

+

@package.Name

@package.Profile

diff --git a/Services/Hncore.Pass.Vpn/Service/AgentClient5Service.cs b/Services/Hncore.Pass.Vpn/Service/AgentClient5Service.cs index 6932ec6..2c3fc03 100644 --- a/Services/Hncore.Pass.Vpn/Service/AgentClient5Service.cs +++ b/Services/Hncore.Pass.Vpn/Service/AgentClient5Service.cs @@ -55,7 +55,7 @@ namespace Hncore.Pass.Vpn.Service {"password",pwd }, {"bingfa",connCount.ToString()}, {"type",accountType.ToString()}, - {"tel","13073735878"} + {"tel","17719092232"} }; var title = GetOpTitle("NewAccount", account); LogHelper.Info(title, map.ToJson());