更新
This commit is contained in:
parent
f632755e84
commit
4911462653
@ -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);
|
||||||
});
|
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user