作者 anyv
1 个管道 的构建 通过 耗费 0 秒

注册

@@ -77,6 +77,7 @@ @@ -77,6 +77,7 @@
77 $.post("{:url('Index/madd')}", {name:name,phone:phone,birthday:birthday,weixin:weixin}, function(data) { 77 $.post("{:url('Index/madd')}", {name:name,phone:phone,birthday:birthday,weixin:weixin}, function(data) {
78 if(data){ 78 if(data){
79 alert('注册成功'); 79 alert('注册成功');
  80 + window.location.href="{:url('vote/index')}";
80 }else{ 81 }else{
81 alert('注册失败'); 82 alert('注册失败');
82 } 83 }