Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -160,7 +160,8 @@ const handleGeneratePoster = (item) => { | ... | @@ -160,7 +160,8 @@ const handleGeneratePoster = (item) => { |
| 160 | 160 | ||
| 161 | const handleCollectCoins = () => { | 161 | const handleCollectCoins = () => { |
| 162 | showToast('收集星球币成功') | 162 | showToast('收集星球币成功') |
| 163 | - // Navigate to coins page or show animation | 163 | + // 跳转到/recall/points |
| 164 | + router.push({ path: '/recall/points' }) | ||
| 164 | } | 165 | } |
| 165 | 166 | ||
| 166 | const handleSubmitMissing = () => { | 167 | const handleSubmitMissing = () => { | ... | ... |
-
Please register or login to post a comment