소스 검색

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) {