提交者
Gitee
update public/assets/js/frontend/user.js.
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -58,7 +58,7 @@ define(['jquery', 'bootstrap', 'frontend', 'form', 'template'], function ($, und | @@ -58,7 +58,7 @@ define(['jquery', 'bootstrap', 'frontend', 'form', 'template'], function ($, und | ||
58 | location.href = ret.url ? ret.url : "/"; | 58 | location.href = ret.url ? ret.url : "/"; |
59 | }, 1000); | 59 | }, 1000); |
60 | }, function (data) { | 60 | }, function (data) { |
61 | - $("input[name=captcha]").next(".input-group-addon").find("img").trigger("click"); | 61 | + $("input[name=captcha]").next(".input-group-btn").find("img").trigger("click"); |
62 | }); | 62 | }); |
63 | }, | 63 | }, |
64 | changepwd: function () { | 64 | changepwd: function () { |
-
请 注册 或 登录 后发表评论