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

测试反馈修改

@@ -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 }