We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f947524 commit 155e8fdCopy full SHA for 155e8fd
1 file changed
src/components/BootstrapBlazor.Region/Services/DefaultRegionService.cs
@@ -113,6 +113,13 @@ private static void LoadCityData()
113
{
114
city = value;
115
cities = [];
116
+
117
+ if(value == "北京市" || value == "天津市" || value == "上海市" || value == "重庆市")
118
+ {
119
+ // 北京市、天津、上海市、重庆市
120
+ cities.Add(value);
121
+ }
122
123
_citiesCache.TryAdd(value, cities);
124
counties = null;
125
continue;
0 commit comments