@ -324,9 +324,9 @@ new Vue({
}
},
watch: {
city: function(value) {
cityVal: function(value) {
var that = this;
that.lineHeightIndex = value;
that.lineHeightIndex = this.city;
// this.selectTown = value;
this.initData();