Authored by ccbikai

地址管理优化

... ... @@ -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() {
... ...
... ... @@ -2,7 +2,7 @@
<form class="edit-address">
<input type="hidden" name="id" value="">
<label class="username">
收件人
收件人姓名
<input type="text" name="consignee" value="">
</label>
<label class="mobile">
... ...