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

pull/258/head
I'am EZ 2020-11-29 04:50:56 +08:00 committed by Gitee
parent eca3ae7086
commit fadcb5432a
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ define(['jquery', 'bootstrap', 'frontend', 'form', 'template'], function ($, und
location.href = ret.url ? ret.url : "/";
}, 1000);
}, function (data) {
$("input[name=captcha]").next(".input-group-addon").find("img").trigger("click");
$("input[name=captcha]").next(".input-group-btn").find("img").trigger("click");
});
},
changepwd: function () {