修复小错误
This commit is contained in:
@@ -65,7 +65,6 @@ class GogPaymentHandlerModule {
|
|||||||
|
|
||||||
// 綁定方法
|
// 綁定方法
|
||||||
this.handleFetch = this.handleFetch.bind(this);
|
this.handleFetch = this.handleFetch.bind(this);
|
||||||
this.handleXHR = this.handleXHR.bind(this);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user