...
|
...
|
@@ -28,10 +28,8 @@ function editAddress(data) { |
|
|
$addressForm.find('[name="area_code"]').val(data.areaCode || '');
|
|
|
$addressForm.find('[name="area"]').val(data.area || '');
|
|
|
$addressForm.find('[name="address"]').val(data.address || '');
|
|
|
$footer.hide();
|
|
|
$editAddressPage.show();
|
|
|
|
|
|
// $addressForm.find('[name="address"]').blur();
|
|
|
// $addressForm.find('[name="consignee"]').focus();
|
|
|
}
|
|
|
|
|
|
$confim.on('touchend', '.cancel', function() {
|
...
|
...
|
|