@@ -215,7 +215,9 @@
s_tag.charset = 'utf-8';
s_tag.onload = () => {
// console.log(this.playAuth);
- this.playAli()
+ setTimeout(() => {
+ this.playAli()
+ }, 10);
resolve();
}
document.body.appendChild(s_tag);