...
|
...
|
@@ -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')}"
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|