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, NavBar,
Card, Card,
Tabs, Tabs,
List,
Button, Button,
SpinLoading, SpinLoading,
Popup, Popup,
@@ -13,8 +12,8 @@ import {
Avatar, Avatar,
Tag, Tag,
} from "antd-mobile"; } from "antd-mobile";
import NavCommon from "@/components/NavCommon";
import { import {
ArrowLeftOutlined,
SearchOutlined, SearchOutlined,
ReloadOutlined, ReloadOutlined,
UserOutlined, UserOutlined,
@@ -439,13 +438,7 @@ const WechatAccountDetail: React.FC = () => {
} }
return ( return (
<Layout <Layout header={<NavCommon title="微信号详情" />}>
header={
<NavBar back={null} style={{ background: "#fff" }}>
<span className={style["nav-title"]}></span>
</NavBar>
}
>
<div className={style["wechat-account-detail-page"]}> <div className={style["wechat-account-detail-page"]}>
{/* 账号基本信息卡片 */} {/* 账号基本信息卡片 */}
<Card className={style["account-card"]}> <Card className={style["account-card"]}>