From 3eb76b0f7fa3101effc0f5ec5f794cb074d98311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9F=B3=E6=B8=85=E7=88=BD?= Date: Sat, 10 May 2025 15:27:04 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=81=E5=9F=9F=E6=93=8D=E7=9B=98=E6=89=8B?= =?UTF-8?q?=20-=20=E9=A1=B5=E9=9D=A2=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B9=8B=E5=BE=AE=E4=BF=A1=E7=8A=B6=E6=80=81=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cunkebao/app/wechat-accounts/[id]/page.tsx | 2 +- Cunkebao/app/wechat-accounts/page.tsx | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cunkebao/app/wechat-accounts/[id]/page.tsx b/Cunkebao/app/wechat-accounts/[id]/page.tsx index 8df347b9..708d6ce0 100644 --- a/Cunkebao/app/wechat-accounts/[id]/page.tsx +++ b/Cunkebao/app/wechat-accounts/[id]/page.tsx @@ -589,7 +589,7 @@ export default function WechatAccountDetailPage({ params }: { params: { id: stri

{account.nickname}

- + {account.status === "normal" ? "正常" : "异常"}
diff --git a/Cunkebao/app/wechat-accounts/page.tsx b/Cunkebao/app/wechat-accounts/page.tsx index 859a9f80..7aacd973 100644 --- a/Cunkebao/app/wechat-accounts/page.tsx +++ b/Cunkebao/app/wechat-accounts/page.tsx @@ -279,7 +279,7 @@ export default function WechatAccountsPage() {

{account.nickname}

- + {account.status === "normal" ? "正常" : "异常"}
@@ -415,5 +415,4 @@ export default function WechatAccountsPage() {
) -} - +} \ No newline at end of file