Browse Source

地区搜索,省市显示问题修改

xuchunyang 8 years ago
parent
commit
158729fdfc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/js/searchhome.js

+ 1 - 0
app/js/searchhome.js

@ -189,6 +189,7 @@ mui("#addressval").on('tap', 'a', function() {
189 189
	this.classList.add("active");
190 190
	if(address == "全省") {
191 191
		address = "";
192
		document.getElementById("addressid").innerText = province;
192 193
	}
193 194
	//console.log(province);
194 195
	//console.log(address);