hookehuyr

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

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