From d84139d386833ff97184af0cff80d4b5f4177138 Mon Sep 17 00:00:00 2001 From: li tong bao <2903733959@qq.com> Date: Tue, 7 Jun 2022 17:21:39 +0800 Subject: [PATCH] =?UTF-8?q?--=E9=A2=84=E5=AD=98=E5=9C=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/user/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 = () => { 授信额度 - + ) };