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

测试反馈修改

@@ -334,8 +334,10 @@ @@ -334,8 +334,10 @@
334 window.location.reload(); 334 window.location.reload();
335 } 335 }
336 else if (data==3){ 336 else if (data==3){
337 - alert('请先注册')  
338 - window.location.href="{:url('user/register/register')}"; 337 + var a=confirm("是否注册")
  338 + if(a==true){
  339 + window.location.href="{:url('user/register/register')}"
  340 + }
339 } 341 }
340 } 342 }
341 }) 343 })