正在显示
1 个修改的文件
包含
4 行增加
和
2 行删除
@@ -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 | }) |
-
请 注册 或 登录 后发表评论