diff --git a/README.html b/README.html index 81923e9..81716b7 100644 --- a/README.html +++ b/README.html @@ -1021,21 +1021,21 @@
@IBAction func chooseBtnClick() {
- AreaPickView.showChooseCityView { (province, city, town) in
- self.areaLabel.text = province + " " + city + " " + town
+ AreaPickView.showChooseCityView { (province, city, town) in
+ self.areaLabel.text = province + " " + city + " " + town
}
}
@IBAction func chooseBtnClick() {
- AreaPickView.showChooseCityView { (province, city, town) in
- self.areaLabel.text = province + " " + city + " " + town
+ AreaPickView.showChooseCityView { (province, city, town) in
+ self.areaLabel.text = province + " " + city + " " + town
}
}