...
|
...
|
@@ -170,6 +170,7 @@ function closeMask() { |
|
|
$('.backdrop').hide();
|
|
|
}
|
|
|
});
|
|
|
|
|
|
$(document).on('click', '#bindconfirm', function(e) {
|
|
|
$target = $(e.target);
|
|
|
if ($target.hasClass('mask') || $target.hasClass('backdrop')) {
|
...
|
...
|
@@ -189,6 +190,7 @@ function yohoBindBtn() { |
|
|
$('#bindconfirm').hide();
|
|
|
$('.backdrop').hide();
|
|
|
});
|
|
|
|
|
|
$(document).on('click', '#yohobindbtn2', function() {
|
|
|
$('.phonenum').val('');
|
|
|
$('#alreayregist').hide();
|
...
|
...
|
@@ -228,8 +230,6 @@ function circleTime() { |
|
|
* @return {[type]} [description]
|
|
|
*/
|
|
|
function sendMessageValidate() {
|
|
|
circleTime($('#mobile').val());
|
|
|
|
|
|
$(document).on('click', '#sendmessage', function() {
|
|
|
if ($('#sendmessage').attr('disabled') === 'disabled') {
|
|
|
return;
|
...
|
...
|
@@ -375,6 +375,9 @@ function nextStep() { |
|
|
'padding-top': winHeight > 440 ? winHeight / 2 : 217
|
|
|
});
|
|
|
$('#alreayregist').show();
|
|
|
|
|
|
// 201 code send msg
|
|
|
circleTime($('#mobile').val());
|
|
|
} else if (data.code === 203) {
|
|
|
// 已注册 可关联
|
|
|
$('#bindmobileform').attr('action', data.data.next);
|
...
|
...
|
|