|
@@ -275,7 +275,7 @@ function getAddress(d, callback) { |
|
@@ -275,7 +275,7 @@ function getAddress(d, callback) { |
275
|
$obj = $city;
|
275
|
$obj = $city;
|
276
|
} else if (d.type === 'getCounty') {
|
276
|
} else if (d.type === 'getCounty') {
|
277
|
|
277
|
|
278
|
- //url = 'getCounty';
|
278
|
+ // url = 'getCounty';
|
279
|
$obj = $county;
|
279
|
$obj = $county;
|
280
|
} else if (d.type === 'getStreet') {
|
280
|
} else if (d.type === 'getStreet') {
|
281
|
$obj = $street;
|
281
|
$obj = $street;
|
|
@@ -528,7 +528,7 @@ function newAddress(id) { |
|
@@ -528,7 +528,7 @@ function newAddress(id) { |
528
|
}, function() {
|
528
|
}, function() {
|
529
|
var countyId = $county.val();
|
529
|
var countyId = $county.val();
|
530
|
|
530
|
|
531
|
- //如果获取的县有默认选中项则获取乡镇/街道
|
531
|
+ // 如果获取的县有默认选中项则获取乡镇/街道
|
532
|
if (countyId !== '0') {
|
532
|
if (countyId !== '0') {
|
533
|
getAddress({
|
533
|
getAddress({
|
534
|
id: countyId,
|
534
|
id: countyId,
|