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

测试反馈修改

... ... @@ -349,13 +349,13 @@
id:"{$list.id}",
},
success: function (data) {
if (data==1) {
window.location.href="{:url('portal/active/comment2')}"
if (data!=2) {
window.location.href=data
}
else{
var a=confirm("是否注册")
if(a==true){
window.location.href=data
window.location.href="{:url('user/register/register')}"
}
}
}
... ...