mo 2 rokov pred
rodič
commit
dfd063dfee

+ 2 - 2
src/school/attendance/components/teacher-attendDetail.tsx

@@ -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
           }