Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
mlaj
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-12-24 10:07:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
74189f4ec226012a90b8801fec133acf599bd04d
74189f4e
1 parent
f1f68ab8
fix(recall): 修复收集星球币后跳转到积分页面的逻辑
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/recall/ActivityHistoryPage.vue
src/views/recall/ActivityHistoryPage.vue
View file @
74189f4
...
...
@@ -160,7 +160,8 @@ const handleGeneratePoster = (item) => {
const handleCollectCoins = () => {
showToast('收集星球币成功')
// Navigate to coins page or show animation
// 跳转到/recall/points
router.push({ path: '/recall/points' })
}
const handleSubmitMissing = () => {
...
...
Please
register
or
login
to post a comment