我有苹果支付网页工作时,按钮是在顶层文件。不幸的是,当在iframe中打开时,它会抛出以下错误:
Trying to call an ApplePaySession API from a document with an different security origin than its top-level frame.
这是我写的代码,我是javascript的新手,所以可能会有一些简单的错误,希望有人知道如何修复它,因为现在即使你点击了iframe,“警告”也会弹出来。如果您想了解更多关于代码的信息,或者想知道什么,请随时询问:)
<script language="javascript">
var value = false;
function openlink()
{
alert('yo');
}
function getIt()
{
if(value == true)
window.open('http://stackoverflow.com/&