这是点击罐区的js
背景:已在明细的模板里增加了定时
单独打开模板有用,但是嵌入iframe就无效了
需求:
点击罐区弹出明细窗口,窗口后打开5秒后关闭
超链窗口关闭
setTimeout(function() {
window.parent.FR.closeDialog();
}, 3000);