wupengfei
6 天以前 f0ba4ae708d0cbd62a24bfacdcce00e5d0f8e01b
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,
      })),
    });
  }