| commit | d1f2efcfa18e0a0a27d30b5a819ffe6f926a84a2 | [log] [tgz] |
|---|---|---|
| author | Xia Kaixiang <kaixiang.xia@supwisdom.com> | 周一 6月 17 18:41:02 2019 +0800 |
| committer | Xia Kaixiang <kaixiang.xia@supwisdom.com> | 周一 6月 17 18:41:02 2019 +0800 |
| tree | e250008b889fee559218614a75048aa72f5e5f6a | |
| parent | c87a0e4a519c8802dfb3fe808e7e5e71005a7c20 [diff] [blame] |
充值记流水
diff --git a/src/main/resources/templates/ologin.html b/src/main/resources/templates/ologin.html index 41302e1..8f9362e 100644 --- a/src/main/resources/templates/ologin.html +++ b/src/main/resources/templates/ologin.html
@@ -85,6 +85,11 @@ base: 'custom/module/' }).use(['form'], function () { var $ = layui.jquery; + + // 图形验证码 + $('.login-captcha').click(function () { + this.src = this.src + '?t=' + (new Date).getTime(); + }); }); </script> </body>