feat: 本次提交更新内容如下

标题先写一下
This commit is contained in:
笔记本里的永平
2025-07-23 15:37:19 +08:00
parent 08246b5bd8
commit a626d42273

View File

@@ -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 (
<Layout
header={
<NavBar back={null} style={{ background: "#fff" }}>
<span className={style["nav-title"]}></span>
</NavBar>
}
>
<Layout header={<NavCommon title="微信号详情" />}>
<div className={style["wechat-account-detail-page"]}>
{/* 账号基本信息卡片 */}
<Card className={style["account-card"]}>