apps/cMiniApp/src/subpackages/city/citySelect/citySelect.vue
@@ -61,11 +61,9 @@ return _elevatorData; }); console.log('elevatorData: ', elevatorData); const clickItem = (key: string, item: any) => { console.log('item: ', item, getAreaByAreaCode(item.parentId).areaName); userStore.setLocationCity(item.name, getAreaByAreaCode(item.parentId).areaName); console.log('item: ', item, 1111); // userStore.setLocationCity(item.name, getAreaByAreaCode(item.parentId).areaName); }; async function resetLocation() {