作者 I'am EZ
提交者 Gitee

update public/assets/js/frontend/user.js.

@@ -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 () {