hookehuyr

fix(recall): 修复收集星球币后跳转到积分页面的逻辑

...@@ -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 = () => {
......