close debug
parent
893657d66d
commit
33608ebd7a
|
|
@ -251,17 +251,17 @@ function RegisterSuccessBack(e)
|
||||||
{
|
{
|
||||||
$.AMUI.progress.done();
|
$.AMUI.progress.done();
|
||||||
Prompt(e.msg, 'success');
|
Prompt(e.msg, 'success');
|
||||||
console.log(e.data)
|
|
||||||
// 登录返回html处理
|
// 登录返回html处理
|
||||||
if((e.data.body_html || null) != null)
|
if((e.data.body_html || null) != null)
|
||||||
{
|
{
|
||||||
$('body').append(e.data.body_html);
|
$('body').append(e.data.body_html);
|
||||||
}
|
}
|
||||||
|
|
||||||
// setTimeout(function()
|
setTimeout(function()
|
||||||
// {
|
{
|
||||||
// window.location.href = '{{$referer_url}}';
|
window.location.href = '{{$referer_url}}';
|
||||||
// }, 1500);
|
}, 1500);
|
||||||
} else {
|
} else {
|
||||||
$('.register-container form.am-form').find('button[type="submit"]').button('reset');
|
$('.register-container form.am-form').find('button[type="submit"]').button('reset');
|
||||||
$.AMUI.progress.done();
|
$.AMUI.progress.done();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue