diff --git a/src/view/index/components/rightItem1.vue b/src/view/index/components/rightItem1.vue index 3c3d8ea..6fde8e3 100644 --- a/src/view/index/components/rightItem1.vue +++ b/src/view/index/components/rightItem1.vue @@ -40,12 +40,11 @@ const navToDelivery = (item) => { } mitt.on('c_car_index', (e)=>{ - router.push({ - path: '/delivery', - query: { - id: e.id - } - }); + appStore.setAddress({ + areaCode: e.area_code, + streetCode: e.street_code + }) + navToDelivery(e); })