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-03 17:21:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
50f9ff810fa6c7838222c43c6bfab1bc55534782
50f9ff81
1 parent
5b8b5dbe
fix: 在打卡跳转时添加id和marker_id参数
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/views/checkin/info.vue
src/views/checkin/info.vue
View file @
50f9ff8
<!--
* @Date: 2024-09-15 22:08:49
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-09-03 17:
18:12
* @LastEditTime: 2025-09-03 17:
21:26
* @FilePath: /map-demo/src/views/checkin/info.vue
* @Description: 文件描述
-->
...
...
@@ -530,7 +530,7 @@ const checkIn = async () => { // 打卡
confirmButtonText: '去上传图片',
}).then(() => {
// 后续上传图片页面
wx.miniProgram.navigateTo({ url: '/pages/UploadMedia/index
'
});
wx.miniProgram.navigateTo({ url: '/pages/UploadMedia/index
?from=checkin&id=' + $route.query.id + '&marker_id=' + $route.query.marker_id
});
});
// 判断用户时候在范围内
...
...
@@ -551,7 +551,7 @@ const checkIn = async () => { // 打卡
confirmButtonText: '去上传图片',
}).then(() => {
// 后续上传图片页面
wx.miniProgram.navigateTo({ url: '/pages/UploadMedia/index?from=checkin
'
});
wx.miniProgram.navigateTo({ url: '/pages/UploadMedia/index?from=checkin
&id=' + $route.query.id + '&marker_id=' + $route.query.marker_id
});
});
} else {
show_toast.value = true;
...
...
Please
register
or
login
to post a comment