Skip to content

Commit

Permalink
fix bug #1
Browse files Browse the repository at this point in the history
  • Loading branch information
jsleishen committed Dec 2, 2019
1 parent 8f89096 commit 8870905
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ - (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComp
case 0:{
self.provinceIndex = row;
self.citieIndex = 0;
self.areaIndex = 0;
[pickerView reloadComponent:1];
[pickerView reloadComponent:2];
[pickerView selectRow:0 inComponent:1 animated:YES];
Expand Down

0 comments on commit 8870905

Please sign in to comment.