refactor(index.js): 移除ES6语言写法兼容 IE 11
This commit is contained in:
parent
8a7b587e03
commit
a44a133d11
|
@ -10,7 +10,7 @@
|
||||||
},
|
},
|
||||||
onSuccess: function () {
|
onSuccess: function () {
|
||||||
var that = this;
|
var that = this;
|
||||||
setTimeout(() => {
|
setTimeout(function () {
|
||||||
that.parent().removeClass('d-inline-block');
|
that.parent().removeClass('d-inline-block');
|
||||||
that.sliderCaptcha('reset');
|
that.sliderCaptcha('reset');
|
||||||
$('.userinfo .dropdown-menu a:first')[0].click();
|
$('.userinfo .dropdown-menu a:first')[0].click();
|
||||||
|
|
Loading…
Reference in New Issue