Browse Source

feat: 报错重新请求数据

year 2 months ago
parent
commit
6d2481b601
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/app/[locale]/(doings)/rechargeproxy/page.tsx

+ 1 - 0
src/app/[locale]/(doings)/rechargeproxy/page.tsx

@@ -221,6 +221,7 @@ const Page = () => {
                     maskClickable: false,
                 });
             }
+            getData();
         }
     };