ソースを参照

feat: 删除debugger

year 2 ヶ月 前
コミット
816891ecf9
1 ファイル変更0 行追加1 行削除
  1. 0 1
      src/app/[locale]/(doings)/continuous/page.tsx

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

@@ -264,7 +264,6 @@ const Page = () => {
                 activity_id: Number(query.activity_id),
                 id: data.days,
             });
-            debugger;
             if (res.code === 200 && res?.data?.code === 1) {
                 const amountObj: any = {};
                 if (res?.data?.reward) {