Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeungJL committed Dec 2, 2024
1 parent d912c2a commit a525771
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
4 changes: 2 additions & 2 deletions constants/contentsText/accordionContents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ export const ACCORDION_CONTENT_FEE: IAccordionContent[] = [
{
title: "참여 요청 후에는 어떻게 하나요?",
content:
"보통 하루 이틀 내에 운영진이 팀 채팅 참여 요청을 확인하고 개별 연락을 드립니다. 이후 동아리 회비를 입금해 주시면, 간단한 가이드 안내와 함께 동아리 참여가 확정됩니다.",
"운영진이 팀 채팅 참여 요청을 확인하고 개별 연락을 드립니다. 이후 회비를 입금해 주시면, 간단한 안내와 함께 동아리 참여가 확정됩니다.",
},
{
title: "동아리에서는 어떤 활동들을 할 수 있나요?",
content:
"공부하고 싶을 때는 매일 열리는 카공 스터디와 어학, 자격증, 취업, 자기계발, 프로그래밍 다양한 스터디 모임에 참여할 수 있습니다. 또한, 온라인으로 진행하는 캠 스터디와 열품타 같은 스터디 챌린지도 준비되어 있어요. 새로운 취미나 관심사를 찾고 있다면? 카페 탐방, 영화 감상, 전시회, 보드게임, 운동, 원데이 클래스 등 50여 가지의 소모임 활동을 통해 풍부한 경험을 쌓고 새로운 친구들을 만날 수 있습니다. 이 외에도 동아리 내 다양한 이벤트와 정기 모임, MT 등의 수 많은 행사가 진행되고 있습니다.",
"매일 열리는 카공 스터디와 어학, 자격증, 취업, 프로그래밍 등의 다양한 스터디 모임, 온라인 스터디와 챌린지를 진행하고 있습니다. 새로운 취미나 관심사를 찾고 있다면! 카페 탐방, 영화 감상, 전시회, 보드게임, 운동, 원데이 클래스 등 50여 가지의 소모임 활동을 통해 다양한 경험과 함께 새로운 친구들을 만날 수 있습니다. 이 외에도 다양한 이벤트와 정기 모임, MT 많은 행사가 진행되고 있습니다.",
},
{
title: "의무적으로 참여해야 하는 조건이 있나요?",
Expand Down
6 changes: 2 additions & 4 deletions pages/register/fee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ function Fee() {

const { mutate, isLoading } = useUserRegisterMutation({
onSuccess() {
console.log(13);
const getClosestLocation = (lat: number, lon: number): ActiveLocation => {
let closestLocation: ActiveLocation = "수원";
let minDistance = Number.MAX_VALUE;
Expand Down Expand Up @@ -76,12 +75,11 @@ function Fee() {

return closestLocation;
};
console.log(12);

const findLocation = getClosestLocation(info.locationDetail.lat, info.locationDetail.lon);
console.log(13, findLocation, CONNECT_KAKAO[findLocation]);

router.push(CONNECT_KAKAO[findLocation]);
console.log(52);

setLocalStorageObj(REGISTER_INFO, null);
},
onError: errorToast,
Expand Down

0 comments on commit a525771

Please sign in to comment.