Browse Source

修复选择地址回显的问题

zyh
Gao xiaosong 3 years ago
parent
commit
b401dd207a
  1. 1
      components/CitySelect.vue

1
components/CitySelect.vue

@ -169,6 +169,7 @@ export default {
}
if (index == 1) {
this.cityActive = null
this.districtActive = null
}
if (index == 2) {
this.districtActive = null

Loading…
Cancel
Save