Authored by zhangxiaoru

频道选择

... ... @@ -23,6 +23,8 @@ var $addressForm = $('.edit-address'),
newArea = [],
chinaAddressList;
require('../common.js');
$($editAddressPage, $addressListPage).css('min-height', function() {
return $(window).height() - $('#yoho-header').height();
});
... ... @@ -80,6 +82,7 @@ $addressForm.on('submit', function() {
isSubmiting = true;
loading.showLoadingMask();
$submit.css('background', '#777');
console.log(window.queryString.refer);
$.ajax({
method: 'POST',
url: '/home/saveAddress',
... ...