From 91a476850a80684e71243f7f928e346e20eac54a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cwanyongkang=E2=80=9D?= <“937888580@qq.com”> Date: Sat, 24 Apr 2021 15:04:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E5=8A=A8=E6=8A=98=E6=89=A3=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Host/Views.Mobile/Product/buy.cshtml | 12 ++++++++++++ Host/Views.Mobile/Product/rebuy.cshtml | 6 ++++++ Host/Views/Product/buy.cshtml | 14 ++++++++++++-- Host/Views/Product/rebuy.cshtml | 6 ++++++ 4 files changed, 36 insertions(+), 2 deletions(-) diff --git a/Host/Views.Mobile/Product/buy.cshtml b/Host/Views.Mobile/Product/buy.cshtml index 932cc97..28b4402 100644 --- a/Host/Views.Mobile/Product/buy.cshtml +++ b/Host/Views.Mobile/Product/buy.cshtml @@ -490,6 +490,12 @@ } else { this.auto_discount_text = ''; } + + //最低价 + var min_cost = @(Model.Package.MinPrice) * this.OneBuyModel.ConnectCount - this.OneBuyModel.CouponAmount; + if(total