zhengyiming
6 天以前 b80dfac43870bb6991228fc01d32b3d5e428283d
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() {