From a626d42273144eef7f244c32b6afd48f766b27b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AC=94=E8=AE=B0=E6=9C=AC=E9=87=8C=E7=9A=84=E6=B0=B8?= =?UTF-8?q?=E5=B9=B3?= Date: Wed, 23 Jul 2025 15:37:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9C=AC=E6=AC=A1=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=86=85=E5=AE=B9=E5=A6=82=E4=B8=8B=20?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E5=85=88=E5=86=99=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nkebao/src/pages/wechat-accounts/detail/index.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/nkebao/src/pages/wechat-accounts/detail/index.tsx b/nkebao/src/pages/wechat-accounts/detail/index.tsx index ced4b00f4..fe8dd32eb 100644 --- a/nkebao/src/pages/wechat-accounts/detail/index.tsx +++ b/nkebao/src/pages/wechat-accounts/detail/index.tsx @@ -4,7 +4,6 @@ import { NavBar, Card, Tabs, - List, Button, SpinLoading, Popup, @@ -13,8 +12,8 @@ import { Avatar, Tag, } from "antd-mobile"; +import NavCommon from "@/components/NavCommon"; import { - ArrowLeftOutlined, SearchOutlined, ReloadOutlined, UserOutlined, @@ -439,13 +438,7 @@ const WechatAccountDetail: React.FC = () => { } return ( - - 微信号详情 - - } - > + }>
{/* 账号基本信息卡片 */}