Skip to content

Commit

Permalink
fix: mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhwwhwwh committed Aug 6, 2022
1 parent 4dd183b commit efa1fd3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Distpicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -295,15 +295,13 @@ function resetCity() {
}
function chooseProvince(name) {
currentProvince = name
if (props.onlyProvince) return
tab = 2
showCityTab = true
showAreaTab = false
getCities()
}
function chooseCity(name) {
currentCity = name
if (props.hideArea) return
tab = 3
showCityTab = true
showAreaTab = true
Expand Down

0 comments on commit efa1fd3

Please sign in to comment.