diff --git a/Host/Views/Product/Index.cshtml b/Host/Views/Product/Index.cshtml index 6f54672..a7b4e15 100644 --- a/Host/Views/Product/Index.cshtml +++ b/Host/Views/Product/Index.cshtml @@ -185,7 +185,7 @@

@package.Price

原价:@package.LinePrice

-

@(package.DayPrice)元/天

+

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

@package.Name

@package.Profile