huaisianhuang 3 년 전
부모
커밋
8f7d4e28fb
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3 4
      step_question/apis/static/index-line.html

+ 3 - 4
step_question/apis/static/index-line.html

@@ -144,12 +144,11 @@
       }
       showcoffee();
 
-    
     function getUserid() {
       const urlParams = new URLSearchParams(document.location.href);
       let id = urlParams.get('userid');
       $('#userid').val(id);
-     // console.log(id);
+     // console.log();
     }
     getUserid();
 
@@ -160,10 +159,10 @@
     }
     
     function getArea() {
-      let Area = getCookie(area);
+      let Area = getCookie('area');
       $('#area').val(Area);
-     // console.log(Area);
     }
+    
     getArea();
   </script>
   <script src="./script.js"></script>