修复bug
This commit is contained in:
parent
cd4500fcea
commit
7cd4271075
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue