作者 潘浩文
1 个管道 的构建 通过 耗费 0 秒

测试反馈修改

... ... @@ -246,7 +246,8 @@
success: function (data) {
if (data==1){
alert('注册成功')
window.location.href="{:url('portal/index/index')}";
history.back()
// window.location.href="{:url('portal/index/index')}";
}
else {
alert(data)
... ...