diff --git a/src/views/Agent.vue b/src/views/Agent.vue
index 96840c2..40c56b5 100644
--- a/src/views/Agent.vue
+++ b/src/views/Agent.vue
@@ -13,8 +13,16 @@
累计收益:¥ {{ (data?.total_earnings || 0).toFixed(2) }}
-
- 冻结余额:¥ {{ (data?.frozen_balance || 0).toFixed(2) }}
+
+ 待结账金额:¥ {{ (data?.frozen_balance || 0).toFixed(2) }}
+
+
+
+
+
+ 待结账金额将在订单创建10小时后自动解冻
+
+