|
@@ -88,13 +88,13 @@ export default defineComponent({
|
|
|
showToast('当前暂无定位')
|
|
|
return
|
|
|
}
|
|
|
- console.log(myPoint, attendanceScope.value)
|
|
|
+
|
|
|
try {
|
|
|
await postMessage({
|
|
|
api: 'sourseMapApi',
|
|
|
content: {
|
|
|
type: 'display',
|
|
|
- orginPoint: teacherAttInfo.value.addressLongitudeLatitude,
|
|
|
+ orginPoint: teacherAttInfo.value.schoolLongitudeLatitude,
|
|
|
myPoint: myPoint,
|
|
|
limitDistance: attendanceScope.value
|
|
|
}
|