zengh
2022-05-16 0ed4f8119089136bb2a87db423f6650ede75740a
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,