This commit is contained in:
weipengfei 2024-02-27 14:05:10 +08:00
parent f632755e84
commit 4911462653
1 changed files with 5 additions and 6 deletions

View File

@ -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);
})