瀏覽代碼

打开定位问题

aleyds 3 年之前
父節點
當前提交
62ab96e132
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      pages/attence/attence.vue

+ 4 - 3
pages/attence/attence.vue

@@ -154,14 +154,15 @@
 						//#ifdef APP-PLUS
 						ALog?.info({msg:res})
 						//#endif
-						that.payeeinfo.longitude = res.longitude;
-						that.payeeinfo.latitude = res.latitude;
+						// that.payeeinfo.longitude = res.longitude;
+						// that.payeeinfo.latitude = res.latitude;
 						var dst = `${that.payeeinfo.latitude},${that.payeeinfo.longitude}`;
 						var src = res.latitude + ',' + res.longitude;
 						var locRet = location?.distance?.(src, dst);
 						that.positionInfo = true;
 						// console.log('locRet',locRet);
-						// ALog?.info({msg:locRet.distance})
+						ALog?.info({msg:'计算距离:' + locRet.distance})
+						ALog?.info({msg:'打开距离:' + that.payeeinfo.workDistance})
 						if(locRet.distance <= that.payeeinfo.workDistance){//在打卡范围内
 							that.outPosition = false;
 							console.log('that.workType',that.workType);