Authored by zhangxiaoru

添加地址

... ... @@ -65,7 +65,7 @@ $confimMod.on('touchend', '.cancel', function() {
return false;
});
//添加地址
// 添加地址
if ($addressItem.length < 5) {
$addAddress.attr('href', $addAddress.data('href'));
}
... ... @@ -74,4 +74,4 @@ $addAddress.on('touchend', function() {
tip.show('您最多添加5个收货地址');
return false;
}
});
\ No newline at end of file
});
... ...