diff --git a/aiChat/components/orderItem.vue b/aiChat/components/orderItem.vue index 5cabd34..449d8ab 100644 --- a/aiChat/components/orderItem.vue +++ b/aiChat/components/orderItem.vue @@ -45,7 +45,7 @@ - ¥{{ cartItem.payPrice }} + ¥{{ cartItem.truePrice }} x{{ cartItem.cartNum }} @@ -91,7 +91,7 @@ 共{{ item.totalNum }}件商品 -     总金额¥{{ item.totalPrice }} +     总金额¥{{ item.payPrice }}