From 89fcfb8c3c24a1da27feb2571a14193525f79a77 Mon Sep 17 00:00:00 2001 From: sijia <912545437@qq.com> Date: Fri, 27 Oct 2017 11:23:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.html | 12 ++++++------ README.md | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) 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
}
}