enabled backbuttonaction
This commit is contained in:
parent
6c013bc0ad
commit
dc29175f1e
1 changed files with 1 additions and 2 deletions
|
|
@ -695,8 +695,7 @@ export default {
|
||||||
handleIFrameContentWindowMessage(event) {
|
handleIFrameContentWindowMessage(event) {
|
||||||
if (typeof event.data === 'string') {
|
if (typeof event.data === 'string') {
|
||||||
if (event.data.indexOf('afterpayClosed') > -1) {
|
if (event.data.indexOf('afterpayClosed') > -1) {
|
||||||
console.log('trigger back button...');
|
this.backButtonAction();
|
||||||
// this.backButtonAction();
|
|
||||||
}
|
}
|
||||||
if (event.data.indexOf('creditCardSubmit') > -1) {
|
if (event.data.indexOf('creditCardSubmit') > -1) {
|
||||||
this.setUIBlock(true);
|
this.setUIBlock(true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue