diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 5f8344a..818d5a0 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -9,12 +9,22 @@
-
+
+
+
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -60,7 +70,7 @@
-
+
@@ -69,11 +79,11 @@
+
+
-
-
@@ -217,7 +227,9 @@
-
+
+
+
1645354476031
@@ -450,7 +462,14 @@
1650025938024
-
+
+ 1650035532550
+
+
+
+ 1650035532550
+
+
@@ -470,7 +489,6 @@
-
@@ -495,6 +513,7 @@
-
+
+
\ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/views/ftl/m/include/confirm.ftl b/src/main/webapp/WEB-INF/views/ftl/m/include/confirm.ftl
index 22e47a8..de901b1 100644
--- a/src/main/webapp/WEB-INF/views/ftl/m/include/confirm.ftl
+++ b/src/main/webapp/WEB-INF/views/ftl/m/include/confirm.ftl
@@ -36,13 +36,19 @@
//SMS 아이디 또는 패스워드를 찾기 위한 인증코드 발송
function ajax_send_sms(flag) {
+
+ alert(flag);
+
if (is_loading == false) {
is_loading = true;
var phone_num = $('#phone').val();
+ alert(phone_num);
+
if(phone_num == ''){
Swal.fire({ text: "휴대폰 번호를 입력해주세요.", icon: 'warning', showConfirmButton: false, timer: 1500 }); // success
+ is_loading == false
// stop_timer();
}else{
$.ajax({
@@ -57,7 +63,7 @@
dataType:'json',
error:function(request,status,error){
alert("code:"+request.status+"\n"+"message:"+request.responseText+"\n"+"error:"+error);
-
+ is_loading == false
// stop_timer();
},
success:function(result){
diff --git a/src/main/webapp/WEB-INF/views/ftl/m/include/index_bottom.ftl b/src/main/webapp/WEB-INF/views/ftl/m/include/index_bottom.ftl
index d9b0044..29c0008 100644
--- a/src/main/webapp/WEB-INF/views/ftl/m/include/index_bottom.ftl
+++ b/src/main/webapp/WEB-INF/views/ftl/m/include/index_bottom.ftl
@@ -162,6 +162,8 @@
<#--location.href = "${URL_ROOT}/m/bf_food/list_bf_homemade_recommend.do?smc_no=" + $("#smc_no").val() + "&return_url=list_bf_homemade_recommend";-->
location.href = "${URL_ROOT}/m/bf_food/list_bf_homemade_recommend.do?return_url=list_bf_homemade_recommend";
}
+
+