diff --git a/Cunkebao/app/wechat-accounts/[id]/page.tsx b/Cunkebao/app/wechat-accounts/[id]/page.tsx
index 576a38c2..8df347b9 100644
--- a/Cunkebao/app/wechat-accounts/[id]/page.tsx
+++ b/Cunkebao/app/wechat-accounts/[id]/page.tsx
@@ -140,6 +140,7 @@ export default function WechatAccountDetailPage({ params }: { params: { id: stri
status: "normal" | "abnormal";
wechatId: string;
deviceName: string;
+ deviceId?: string | number;
} | null>(null)
useEffect(() => {
@@ -594,9 +595,19 @@ export default function WechatAccountDetailPage({ params }: { params: { id: stri
微信号:{account.wechatId}
-