Przeglądaj źródła

ui: 修改文案

await 8 miesięcy temu
rodzic
commit
cb782d2313
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/pages/home/index.tsx

+ 1 - 1
src/pages/home/index.tsx

@@ -19,7 +19,7 @@ import "./index.scss";
 const Home = () => {
 const Home = () => {
   const appContext = useContext(AppContext);
   const appContext = useContext(AppContext);
   const { screenWidth, statusBarHeight } = appContext.systemInfo!;
   const { screenWidth, statusBarHeight } = appContext.systemInfo!;
-  const [bottomRemark, setBottomRemark] = useState('哈哈哈哈哈哈')
+  const [bottomRemark, setBottomRemark] = useState('')
 
 
   const indexInfoResult = useRequest(() => {
   const indexInfoResult = useRequest(() => {
     return UserApi.getIndexInfoUsingPost({
     return UserApi.getIndexInfoUsingPost({