...
|
...
|
@@ -18,6 +18,8 @@ let showErrTip = tip.show; |
|
|
|
|
|
let requested = false;
|
|
|
|
|
|
require('common');
|
|
|
|
|
|
api.selectCssHack($('#country-select'));
|
|
|
|
|
|
api.bindClearEvt();
|
...
|
...
|
@@ -86,6 +88,7 @@ $btnNext.on('touchstart', function() { |
|
|
};
|
|
|
|
|
|
$.extend(params, result);
|
|
|
|
|
|
$.ajax({
|
|
|
url: '/passport/reg/verifymobile',
|
|
|
type: 'POST',
|
...
|
...
|
@@ -112,3 +115,9 @@ $btnNext.on('touchstart', function() { |
|
|
showErrTip('手机号格式不正确,请重新输入');
|
|
|
}
|
|
|
});
|
|
|
|
|
|
$(function() {
|
|
|
if (window.queryString.inviteCode) {
|
|
|
$('#invite-code').val(window.queryString.inviteCode);
|
|
|
}
|
|
|
}); |
...
|
...
|
|