From 11f43d013771ace3849172796505c51b0f8042ba Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Mon, 09 May 2022 15:29:53 +0800
Subject: [PATCH] 保安员模拟考试修改
---
pages/clockSignIn/clockSignIn.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/pages/clockSignIn/clockSignIn.vue b/pages/clockSignIn/clockSignIn.vue
index b225552..632c393 100644
--- a/pages/clockSignIn/clockSignIn.vue
+++ b/pages/clockSignIn/clockSignIn.vue
@@ -93,6 +93,8 @@
geocode:'true',
success: function (res) {
console.log('当前位置:' + res);
+ console.log('当前位置longitude:' + res.longitude);
+ console.log('当前位置latitude:' + res.latitude);
//114.921652006005 25.8457176283118
// that.jd = '114.921652006005';
// that.wd = '25.8457176283118';
@@ -167,7 +169,7 @@
goClock() {
var that = this;
uni.request({
- url: this.$store.state.piAPI + `/attendance/AppSave`,
+ url: this.$store.state.BaopiAPI + `/attendance/AppSave`,
method: "POST",
data:{
number: this.code,
--
Gitblit v1.9.3