0831 작업일지_

감나무·2022년 8월 31일
0

작업일지

목록 보기
134/142

🔥 오늘의 목표

  • 출근

📝 노트필기 및 정리

- 진도
1. 무료광고신청

function freeAdAdd(){
            if( $("#agree-chk1").prop("checked") ) {
                $.ajax({
                    type: "POST",
                    url: "/i-am-catholic/advertisements",
                    data: JSON.stringify({
                        "category": $("#pc .category").val(),
                        "company": $("#pc .company").val(),
                        "manager": $("#pc .manager").val(),
                        "tel": $("#pc .tel").val(),
                        "email": $("#pc .email").val(),
                        "password": $("#pc .password").val(),
                        "contents": $("#pc .contents").val(),
                    }),
                    contentType: "application/json", //post
                    success: function () {
                        toastModal("무료광고가 신청되었습니다.");
                        setTimeout(() => location.href = "/catholic/sub/freeAd", 1000);
                    }
                });
            }else{
                toastModal("필수항목을 체크해주세요.")
            }
        }
profile
🦜🦜🚗🏍 🚲🌳🌈🎀

0개의 댓글