@ -159,11 +159,10 @@ new Vue({
});
},
setCity(item){
this.city = item.townName;
this.city = item.name;
clickMap:function(res){
this.city = res.name;
refreshAllData:function(cityVal){
var vm = this;