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
	this.classList.add("active");
189
	this.classList.add("active");
190
	if(address == "全省") {
190
	if(address == "全省") {
191
		address = "";
191
		address = "";
192
		document.getElementById("addressid").innerText = province;
192
	}
193
	}
193
	//console.log(province);
194
	//console.log(province);
194
	//console.log(address);
195
	//console.log(address);