正在显示
1 个修改的文件
包含
6 行增加
和
2 行删除
@@ -339,8 +339,12 @@ | @@ -339,8 +339,12 @@ | ||
339 | window.location.reload(); | 339 | window.location.reload(); |
340 | } | 340 | } |
341 | else if (data==3){ | 341 | else if (data==3){ |
342 | - alert('请先注册') | ||
343 | - window.location.href="{:url('user/register/register')}"; | 342 | + var a=confirm("是否注册") |
343 | + if(a==true){ | ||
344 | + window.location.href="{:url('user/register/register')}" | ||
345 | + } | ||
346 | +// alert('请先注册') | ||
347 | +// window.location.href="{:url('user/register/register')}"; | ||
344 | } | 348 | } |
345 | } | 349 | } |
346 | }) | 350 | }) |
-
请 注册 或 登录 后发表评论