diff --git a/src/components/WayPopup/WayPopup.tsx b/src/components/WayPopup/WayPopup.tsx index dd7b4e0e36fe8f86e4076ca49d72253789eade73..b9a42fe1c0f5e8fc07e774b269c4e675f0968498 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 306c3050fb162d9c51f965d178590c13755291ab..429c6161eb13f8aa322e772034b7eb1fdcb4916d 100644 --- a/src/pages/Index/Login/index.tsx +++ b/src/pages/Index/Login/index.tsx @@ -128,9 +128,9 @@ const Login = () => { - + {/* - + */}