@@ -28,10 +28,8 @@ const getLottery = async () => {
}
getLottery()
-// 前往我的奖品
const router = useRouter()
const handleReceive = () => {
- router.push('/mall/user/prize')
</script>