Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在保存数据消息显示(如 “您的信息已保存” )后在 CIM 托管弹出表单中保存付款详细信息时,我需要调用我的 java-script 函数,可以吗?
这个 JavaScript 应该可以解决问题:
AuthorizeNetPopup.options.onPopupClosed = function() { // your JavaScript code here };