This commit is contained in:
weipengfei 2024-02-27 14:05:10 +08:00
parent f632755e84
commit 4911462653

View File

@ -40,12 +40,11 @@ const navToDelivery = (item) => {
} }
mitt.on('c_car_index', (e)=>{ mitt.on('c_car_index', (e)=>{
router.push({ appStore.setAddress({
path: '/delivery', areaCode: e.area_code,
query: { streetCode: e.street_code
id: e.id })
} navToDelivery(e);
});
}) })