|
|
@@ -69,6 +69,7 @@ $(document).ready(function () {
|
|
|
} else {
|
|
|
$('#phonepass').modal('show');
|
|
|
$('#proMobile').val(response.data);
|
|
|
+ $('#pro_mobile').text(response.data.substr(0, 3) + '****' + response.data.substr(7, 11));
|
|
|
}
|
|
|
} else if(response.error === 2) {
|
|
|
$('#check_ssoId').val(response.ssoId);
|