Commit 1139e504 authored by agping's avatar agping

注册

parent dc99824c
...@@ -99,6 +99,10 @@ ...@@ -99,6 +99,10 @@
layer.tipsX('验证码已发送,请注意查收'); layer.tipsX('验证码已发送,请注意查收');
} else { } else {
layer.tipsX(response.data.msg); layer.tipsX(response.data.msg);
// setTimeout(function() {
// console.log(55);
// location.href='/app/download_c';
// }, 2001);
} }
}) })
.catch(function(error) { .catch(function(error) {
...@@ -151,11 +155,10 @@ ...@@ -151,11 +155,10 @@
layer.tipsX('注册成功'); layer.tipsX('注册成功');
setTimeout(function() { setTimeout(function() {
location.href='/app/download_c'; location.href='/app/download_c';
// console.log(55);
}, 2001); }, 2001);
// location.href='/app/download_c';
} else { } else {
layer.tipsX(response.data.msg); layer.tipsX(response.data.msg);
} }
}) })
.catch(function(error) { .catch(function(error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment