解决问题

This commit is contained in:
al 2025-03-10 17:26:58 +08:00
parent 4d0430c8eb
commit a7c03599d9
2 changed files with 2 additions and 7 deletions

View File

@ -43,8 +43,6 @@ export default function Feedback() {
// console.log("media",media) // console.log("media",media)
const account = await get("account"); const account = await get("account");
debugger;
try { try {
const data = await requireAPI( const data = await requireAPI(
"POST", "POST",

View File

@ -182,6 +182,7 @@ const SpacesList = forwardRef(({ scrollHeight }, ref) => {
const [hasMore, setHasMore] = useState(true); const [hasMore, setHasMore] = useState(true);
const [offset, setOffset] = useState(0); const [offset, setOffset] = useState(0);
const [spacesList, setSpacesList] = useState([]); const [spacesList, setSpacesList] = useState([]);
const router = useRouter();
useEffect(() => { useEffect(() => {
// getSpaceList(2).then((res) => { // getSpaceList(2).then((res) => {
// setSpacesList(res); // setSpacesList(res);
@ -271,11 +272,7 @@ const SpacesList = forwardRef(({ scrollHeight }, ref) => {
</li> </li>
))} ))}
<li onClick={() => router.push("/search")}> <li onClick={() => router.push("/search")}>
<div <div className="w-full h-52">
// onPress={() => navigation.navigate("Stream")}
// onClick={}
className="w-full h-52"
>
<div <div
className="h-full flex flex-col rounded-lg overflow-hidden bg-[#FFFFFF1A] bg-no-repeat bg-right-bottom bg-40%" className="h-full flex flex-col rounded-lg overflow-hidden bg-[#FFFFFF1A] bg-no-repeat bg-right-bottom bg-40%"
style={{ style={{