refactor(index.js): 移除ES6语言写法兼容 IE 11

This commit is contained in:
Argo Zhang 2019-06-18 18:21:56 +08:00
parent 8a7b587e03
commit a44a133d11
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
},
onSuccess: function () {
var that = this;
setTimeout(() => {
setTimeout(function () {
that.parent().removeClass('d-inline-block');
that.sliderCaptcha('reset');
$('.userinfo .dropdown-menu a:first')[0].click();