From cb5f3b3393fb68a9aa88d385447daeedf4e1836c Mon Sep 17 00:00:00 2001 From: yezian Date: Fri, 14 Jun 2024 23:39:34 +0800 Subject: [PATCH] debug --- app/vip/page.jsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/vip/page.jsx b/app/vip/page.jsx index 42d8337..88c4762 100644 --- a/app/vip/page.jsx +++ b/app/vip/page.jsx @@ -137,13 +137,13 @@ export default function Vip() { } }; - // if (isFetching) { - // return ( - //
- // - //
- // ); - // } + if (isFetching) { + return ( +
+ +
+ ); + } return (