diff --git a/buyer/src/components/ChatApp/ChatApp.vue b/buyer/src/components/ChatApp/ChatApp.vue index 56dec20fec36e3b638518e65f2a6f1bb34acb32f..74a14f64b302153e656364190c5bf015d70b478b 100644 --- a/buyer/src/components/ChatApp/ChatApp.vue +++ b/buyer/src/components/ChatApp/ChatApp.vue @@ -16,12 +16,13 @@
{{ currentChat.name }} @@ -163,7 +165,7 @@
订单金额: - ¥{{ item['order_amount'] }} + {{ item['order_amount'] | unitPrice }}