diff --git a/src/pages/user/index.tsx b/src/pages/user/index.tsx index 0a892c5..f41333b 100644 --- a/src/pages/user/index.tsx +++ b/src/pages/user/index.tsx @@ -96,7 +96,7 @@ const Header = memo(() => { // 我的资产 const Assets = () => { return ( - + 我的资产 @@ -123,7 +123,7 @@ const Assets = () => { 授信额度 - + ) };