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 69d44cf commit ea1789fCopy full SHA for ea1789f
1 file changed
src/components/BootstrapBlazor.Region/Services/DefaultRegionService.cs
@@ -114,9 +114,8 @@ private static void LoadCityData()
114
city = value;
115
cities = [];
116
117
- if(value == "北京市" || value == "天津市" || value == "上海市" || value == "重庆市")
+ if (value == "北京市" || value == "天津市" || value == "上海市" || value == "重庆市" || value == "香港特别行政区" || value == "澳门特别行政区")
118
{
119
- // 北京市、天津、上海市、重庆市
120
cities.Add(value);
121
}
122
0 commit comments