refactor(index.js): 移除ES6语言写法兼容 IE 11
This commit is contained in:
parent
8a7b587e03
commit
a44a133d11
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue