Xiao_123 hace 4 meses
padre
commit
a7a42e09ad
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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>