Xiao_123 4 months ago
parent
commit
a7a42e09ad
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/mall/payOver/index.vue

+ 0 - 2
src/views/mall/payOver/index.vue

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