Merge pull request '修复bug' (#65) from feat-20240218 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/65
This commit is contained in:
yezian 2024-02-25 05:18:47 +08:00
commit 307f0d7cb4
1 changed files with 7 additions and 7 deletions

View File

@ -129,13 +129,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">