@@ -159,6 +159,8 @@
this.form.province = e.provinceName
this.form.city = e.cityName
this.form.address = ''
+ this.region.lat = 0
+ this.region.long = 0
// this.pickerText = JSON.stringify(e)
},
confirmFn() {
@@ -80,10 +80,6 @@
watch: {
show(val) {
this.showPopup = val
- if(val){
- this.keyword = ''
- this.nearListData = []
- }
// #ifdef H5
this.$nextTick(function() {
setTimeout(() => {
@@ -91,11 +87,11 @@
}, 1000)
})
// #endif
-
- // if (val) {
- // this.getAreaList()
- // }
+ },
+ city() {
+ this.nearListData = []
+ this.$refs.aaaaa.search = ''
+ }
methods: {
getAreaList() {