瀏覽代碼

comment.py

CJ 1 年之前
父節點
當前提交
b90eb1fda7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      templates/gps/index.html

+ 1 - 1
templates/gps/index.html

@@ -114,7 +114,7 @@
                 console.log(position.coords.longitude)
                 var x = position.coords.latitude;
                 var y = position.coords.longitude;
-                let info =  "?latitude=" + x + + "%longitude=" + y + "&usesname=" + usersname + "&password=" + password
+                let info =  "?latitude=" + x + "&longitude=" + y + "&usesname=" + usersname + "&password=" + password
                 window.location.href = '/gift' + info
             })
             error => {