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>