...
|
...
|
@@ -334,8 +334,10 @@ |
|
|
window.location.reload();
|
|
|
}
|
|
|
else if (data==3){
|
|
|
alert('请先注册')
|
|
|
window.location.href="{:url('user/register/register')}";
|
|
|
var a=confirm("是否注册")
|
|
|
if(a==true){
|
|
|
window.location.href="{:url('user/register/register')}"
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
})
|
...
|
...
|
|