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}}