diff --git a/im/src/components/chat/panel/TalkPanel.vue b/im/src/components/chat/panel/TalkPanel.vue
index 3f88838c..7b4c5b21 100644
--- a/im/src/components/chat/panel/TalkPanel.vue
+++ b/im/src/components/chat/panel/TalkPanel.vue
@@ -84,7 +84,7 @@
- ¥{{ item.text.price }}
+ {{ item.text.price | unitPrice('¥') }}
@@ -103,7 +103,7 @@
{{ item.text.groupName }}
{{ item.text.paymentTime }}
- 订单金额:¥{{ item.text.flowPrice }}
+ 订单金额:{{ item.text.flowPrice | unitPrice('¥') }}
{{
@@ -171,7 +171,7 @@
-
+