Xiao_123 4 месяцев назад
Родитель
Сommit
a7a42e09ad
1 измененных файлов с 0 добавлено и 2 удалено
  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>