@alipay/ams-checkout 0.0.1741574314-dev.1 → 0.0.1742280578-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -133,6 +133,8 @@ export var AMSCheckoutPage = /*#__PURE__*/function () {
|
|
133
133
|
var iframe = document.createElement('iframe');
|
134
134
|
iframe.id = this.APP_IFRAME_ID;
|
135
135
|
iframe.src = ckpPageAddress;
|
136
|
+
// iframe设置支持第三方支付
|
137
|
+
iframe.allow = 'payment';
|
136
138
|
iframe.width = '100%';
|
137
139
|
iframe.height = '100%';
|
138
140
|
iframe.style.border = 'none';
|