diff --git a/application/index/view/default/user/reg_info.html b/application/index/view/default/user/reg_info.html index f50a43138..cbe30a725 100755 --- a/application/index/view/default/user/reg_info.html +++ b/application/index/view/default/user/reg_info.html @@ -251,17 +251,17 @@ function RegisterSuccessBack(e) { $.AMUI.progress.done(); Prompt(e.msg, 'success'); -console.log(e.data) + // 登录返回html处理 if((e.data.body_html || null) != null) { $('body').append(e.data.body_html); } - // setTimeout(function() - // { - // window.location.href = '{{$referer_url}}'; - // }, 1500); + setTimeout(function() + { + window.location.href = '{{$referer_url}}'; + }, 1500); } else { $('.register-container form.am-form').find('button[type="submit"]').button('reset'); $.AMUI.progress.done();