zhengyiming
8 天以前 3523a775d9ce415d236f8ece80f753de360a7024
apps/cMiniApp/src/subpackages/city/citySelect/citySelect.vue
@@ -54,7 +54,7 @@
      list: cityGroups[key].map((x) => ({
        name: x.areaName,
        id: x.areaCode,
        parentId: x.parentId,
        parentId: x.parentCode,
      })),
    });
  }