From 5fb9cd720650bc997566e13019a6760317a5de5f Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Thu, 22 Oct 2020 11:29:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=A4=A9=E7=9A=84=E4=BB=B7=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views/Product/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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