Authored by 姜敏

收货地址--样式调整。出错提示修改。

... ... @@ -14,6 +14,7 @@ var $consignee = $('#consignee');
var $address = $('#addressDetail');
var $mobile = $('#mobile');
var $phone = $('#phone');
// var $default = 'N';
var currentLength = $('.a-table').find('tr').length - 1;// 当前地址条数
var leftLength = 20 - currentLength;// 还剩地址条数
... ... @@ -25,6 +26,7 @@ require('../plugins/check');
// 设置收货地址
$('.input-radio').check({
type: 'radio'
// onChange: function(ele, checked) {
// if (checked) {
// $default = 'Y';
... ...