huaisianhuang 3 anni fa
parent
commit
8f7d4e28fb
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. 3 4
      step_question/apis/static/index-line.html

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

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