feat: 本次提交更新内容如下
标题先写一下
This commit is contained in:
@@ -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"]}>
|
||||||
|
|||||||
Reference in New Issue
Block a user