Kaynağa Gözat

跳转详情

lifanagju_citu 5 ay önce
ebeveyn
işleme
32c735a0e8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/mall/components/GoodsItem/index.vue

+ 1 - 1
src/views/mall/components/GoodsItem/index.vue

@@ -41,7 +41,7 @@ defineProps({
 })
 
 const handleDetail = ({ id }) => {
-  window.open(`/mall/user/order/detail/${id}`)
+  window.open(`/mall/goodsDetail/${id}`)
 }
 </script>