if ((Modal.confirm && Modal.confirm('some text here')) || (!Modal.confirm && window.confirm('same text here'))) navigateToUrl('some link here','DETAIL','submit');
我在按钮的 onClick 条件上有上面的代码。只是想知道术语 modal.confirm 和 window.confirm 是什么意思?另外,在弹出窗口中单击“确定”如何将我导航到该链接,因为在上述情况下没有提及“确定”?
谢谢山姆