修复小错误

This commit is contained in:
dela
2026-01-10 17:24:58 +08:00
parent 97b162939e
commit 8bd0688f51
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ class GogPaymentHandlerModule {
// 綁定方法 // 綁定方法
this.handleFetch = this.handleFetch.bind(this); this.handleFetch = this.handleFetch.bind(this);
this.handleXHR = this.handleXHR.bind(this);
} }
/** /**

View File

@@ -62,7 +62,7 @@ class ThreeDSecureHandlerModule {
// 綁定方法上下文 // 綁定方法上下文
this.handleFetch = this.handleFetch.bind(this); this.handleFetch = this.handleFetch.bind(this);
this.handleXHR = this.handleXHR.bind(this);
this.cleanup = this.cleanup.bind(this); this.cleanup = this.cleanup.bind(this);
} }