add new changes

这个提交包含在:
2023-05-25 12:32:11 +05:30
父节点 c2f6fbdb94
当前提交 60ea1797f1
修改 43 个文件,包含 2938 行新增1006 行删除
+1
查看文件
@@ -127,6 +127,7 @@ class AuthLoader extends HTMLElement {
console.log(this.payment);
this._shadowRoot = this.attachShadow({ 'mode': 'open' });
this._shadowRoot.appendChild(template.content.cloneNode(true));
this.show();
}
static get observedAttributes() {