解决问题

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)
const account = await get("account");
debugger;
try {
const data = await requireAPI(
"POST",

View File

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