正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -349,13 +349,13 @@ | @@ -349,13 +349,13 @@ | ||
349 | id:"{$list.id}", | 349 | id:"{$list.id}", |
350 | }, | 350 | }, |
351 | success: function (data) { | 351 | success: function (data) { |
352 | - if (data==1) { | ||
353 | - window.location.href="{:url('portal/active/comment2')}" | 352 | + if (data!=2) { |
353 | + window.location.href=data | ||
354 | } | 354 | } |
355 | else{ | 355 | else{ |
356 | var a=confirm("是否注册") | 356 | var a=confirm("是否注册") |
357 | if(a==true){ | 357 | if(a==true){ |
358 | - window.location.href=data | 358 | + window.location.href="{:url('user/register/register')}" |
359 | } | 359 | } |
360 | } | 360 | } |
361 | } | 361 | } |
-
请 注册 或 登录 后发表评论