Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
map-demo
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2025-09-15 12:55:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
184098098e3b92a2ead437c5b05925967e97f3f0
18409809
1 parent
75aa8f6f
fix: 修复打卡范围检查后未返回的问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/checkin/info.vue
src/views/checkin/info.vue
View file @
1840980
<!--
* @Date: 2024-09-15 22:08:49
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-1
1 17:34:17
* @LastEditTime: 2025-09-1
5 12:55:05
* @FilePath: /map-demo/src/views/checkin/info.vue
* @Description: 文件描述
-->
...
...
@@ -560,7 +560,7 @@ const checkIn = async () => { // 打卡
if (!checkInRange(page_details.value.current_lng, page_details.value.current_lat, page_details.value?.position)) {
show_toast.value = true;
toast_text.value = '您不在打卡范围';
//
return;
return;
}
if (page_details.value?.position.length) {
...
...
Please
register
or
login
to post a comment