close debug

feat/task1-c-wallet
Devil 2021-03-04 23:15:19 +08:00
parent 893657d66d
commit 33608ebd7a
1 changed files with 5 additions and 5 deletions

View File

@ -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();