Authored by uedxwg

手机号修改

... ... @@ -222,6 +222,6 @@ $('.phone').on('touchend', function() {
$('input[name = "mobile"]').on('blur', function() {
$('.phone').css('display', 'block');
$('.phone').html(phoneHidden($('input[name = "mobile"]').val()));
$('.phone').html($('input[name = "mobile"]').val());
$('input[name = "mobile"]').attr('type', 'hidden');
});
\ No newline at end of file
... ...