dongyuan二期修改

zhangjiang大厦新增
This commit is contained in:
qwsun
2016-01-06 14:11:57 +08:00
parent 9b40bb35c9
commit c12d3ab7e2
9 changed files with 125 additions and 11 deletions

View File

@ -36,7 +36,7 @@
function searchSuggest()
{
searchReq.open("POST", 'jqueryEZParkingStatus', true);
searchReq.open("POST", 'jqueryEZParkingStatus?location=dongyuan', true);
searchReq.onreadystatechange = handleEZParkingStatus;
searchReq.send(null);
}
@ -49,7 +49,6 @@
for (var i = 0; i <= str.length - 1; i++)
{
alert(str[i])
var parkingIdStatus = str[i].split("_");
if(parkingIdStatus[1] == "1")