From 780a3f43ca608ff829d879d4717c6480650fd0d9 Mon Sep 17 00:00:00 2001 From: jianweie code Date: Fri, 30 Aug 2024 21:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E5=A4=8D=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E5=90=8C=E5=9F=8E=E9=85=8D=E9=80=81=E5=9D=90=E6=A0=87?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Cart/CoreCmsCartServices.cs | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/CoreCms.Net.Services/Cart/CoreCmsCartServices.cs b/CoreCms.Net.Services/Cart/CoreCmsCartServices.cs index d4034d3c..2930bd56 100644 --- a/CoreCms.Net.Services/Cart/CoreCmsCartServices.cs +++ b/CoreCms.Net.Services/Cart/CoreCmsCartServices.cs @@ -780,18 +780,18 @@ namespace CoreCms.Net.Services { cartDto.costFreight = 0; } - cartDto.error = new WebApiCallBack() - { - status = true, - msg = "运费计算成功", - data = result, - otherData = new - { - userShiplatitude = userShip.latitude, - userShiplongitude = userShip.longitude, - reshipCoordinate - } - }; + //cartDto.error = new WebApiCallBack() + //{ + // status = true, + // msg = "运费计算成功", + // data = result, + // otherData = new + // { + // userShiplatitude = userShip.latitude, + // userShiplongitude = userShip.longitude, + // reshipCoordinate + // } + //}; cartDto.amount = Math.Round(cartDto.amount + cartDto.costFreight, 2); }