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