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

注册

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