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-05 21:36:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
73aa4c3b45f947d9a6e6490f1ea1c3e39d0d53e7
73aa4c3b
1 parent
9eeddb8c
fix: 移除测试屏蔽代码,确保打卡范围验证生效
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
src/views/checkin/info.vue
src/views/checkin/info.vue
View file @
73aa4c3
<!--
* @Date: 2024-09-15 22:08:49
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-0
4 20:06:27
* @LastEditTime: 2025-09-0
5 21:35:50
* @FilePath: /map-demo/src/views/checkin/info.vue
* @Description: 文件描述
-->
...
...
@@ -560,8 +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 = '您不在打卡范围';
// TODO: 测试屏蔽掉
// return;
return;
}
if (page_details.value?.position.length) {
...
...
Please
register
or
login
to post a comment