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 ( - - 微信号详情 - - } - > + }>
{/* 账号基本信息卡片 */}