Browse Source

feat: 删除debugger

year 2 tháng trước cách đây
mục cha
commit
816891ecf9
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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) {