From c2635c750ff712bf93acf0ee6a20752d895012ad Mon Sep 17 00:00:00 2001 From: ltlzx <942659938@qq.com> Date: Fri, 13 May 2022 17:47:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/orderDetails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/orderDetails/index.vue b/src/components/orderDetails/index.vue index a346273..fb64adb 100644 --- a/src/components/orderDetails/index.vue +++ b/src/components/orderDetails/index.vue @@ -69,7 +69,7 @@
交易佣金金额:¥ {{order.total_service_charge}}
订单金额:¥ {{order_info.total_money}}
-标的总价款:¥ {{parseFloat(order_info.total_money) - order.total_service_charge}}
+标的总价款:¥ {{ order.goods_price}}