Authored by 郝肖肖

Merge branch 'feature/installment' of git.yoho.cn:fe/yohobuywap-node into feature/installment

... ... @@ -187,7 +187,7 @@ $('#cardNo').keyup(function() {
$(this).val(value.replace(/[^\d]/g, '').replace(/(\d{4})(?=\d)/g, '$1 ')).trigger('change');
if (cardNo && cardNo.length >= 15) {
if (cardNo && cardNo.length >= 16) {
debounceFn(cardNo);
} else {
$('#bank-desc').hide();
... ...