修复bug

This commit is contained in:
yezian 2024-01-27 08:18:31 +08:00
parent 51fd8b742f
commit 1a841d8af2
1 changed files with 7 additions and 7 deletions

View File

@ -123,13 +123,13 @@ export default function Vip() {
}
};
// if (isFetching) {
// return (
// <section className="flex flex-1 justify-center container">
// <span className="absolute top-1/2 loading loading-spinner loading-lg"></span>
// </section>
// );
// }
if (isFetching) {
return (
<section className="flex flex-1 justify-center container">
<span className="absolute top-1/2 loading loading-spinner loading-lg"></span>
</section>
);
}
return (
<section className="flex flex-1 justify-center container">