From 9811a25c4e726b975e3e1d50865d948dc4c8f3f6 Mon Sep 17 00:00:00 2001 From: mhy <2624196756@qq.com> Date: Thu, 19 Dec 2024 20:11:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=A2=9E=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=E8=A1=97=E9=81=93=E5=AD=97=E6=AE=B52?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/WayPopup/WayPopup.tsx | 1 - src/pages/Index/Login/index.tsx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/WayPopup/WayPopup.tsx b/src/components/WayPopup/WayPopup.tsx index dd7b4e0..b9a42fe 100644 --- a/src/components/WayPopup/WayPopup.tsx +++ b/src/components/WayPopup/WayPopup.tsx @@ -18,7 +18,6 @@ const WayPopup: FC = (props) => { const [list, setList] = useState([]) const page = useRef(1) const total = useRef(0) - const [searchText] = useState('') const getWayList = async (searchText: string = '') => { const res = await wayPageList({ // page: page.current, diff --git a/src/pages/Index/Login/index.tsx b/src/pages/Index/Login/index.tsx index 306c305..429c616 100644 --- a/src/pages/Index/Login/index.tsx +++ b/src/pages/Index/Login/index.tsx @@ -128,9 +128,9 @@ const Login = () => { - + {/* - + */}