Authored by uedxwg

手机号修改

@@ -222,6 +222,6 @@ $('.phone').on('touchend', function() { @@ -222,6 +222,6 @@ $('.phone').on('touchend', function() {
222 222
223 $('input[name = "mobile"]').on('blur', function() { 223 $('input[name = "mobile"]').on('blur', function() {
224 $('.phone').css('display', 'block'); 224 $('.phone').css('display', 'block');
225 - $('.phone').html(phoneHidden($('input[name = "mobile"]').val())); 225 + $('.phone').html($('input[name = "mobile"]').val());
226 $('input[name = "mobile"]').attr('type', 'hidden'); 226 $('input[name = "mobile"]').attr('type', 'hidden');
227 }); 227 });