|
@@ -173,7 +173,6 @@
|
|
|
if(myDistance <= that.payeeinfo.workDistance){//在打卡范围内
|
|
|
//#endif
|
|
|
//#ifdef H5
|
|
|
- console.log('走H5')
|
|
|
that.positionInfo = true;
|
|
|
let myDistance = distance(res.latitude,res.longitude,that.payeeinfo.latitude,that.payeeinfo.longitude);
|
|
|
that.punchDistance = myDistance;
|
|
@@ -332,7 +331,7 @@
|
|
|
this.circles[0].latitude = res.data.latitude;
|
|
|
this.circles[0].longitude = res.data.longitude;
|
|
|
this.circles[0].radius = res.data.workDistance;
|
|
|
- console.log('this.circles',this.circles);
|
|
|
+ // console.log('this.circles',this.circles);
|
|
|
let mark = {
|
|
|
latitude:res.data.latitude,
|
|
|
longitude:res.data.longitude
|