zhengyiming
5 天以前 04a86a4520e1f1f42e62383f4bebf7e384d9a4d2
apps/bMiniApp/src/subpackages/city/citySelect/citySelect.vue
@@ -43,7 +43,7 @@
      list: cityGroups[key].map((x) => ({
        name: x.areaName,
        id: x.areaCode,
        parentId: x.parentId,
        parentId: x.parentCode,
      })),
    });
  }