Xiao_123 4 月之前
父節點
當前提交
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>