From 33608ebd7a5d45ea8b70f7200c83d6f72711a231 Mon Sep 17 00:00:00 2001 From: Devil Date: Thu, 4 Mar 2021 23:15:19 +0800 Subject: [PATCH] close debug --- application/index/view/default/user/reg_info.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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();