使用的全局接口,不知道怎么去掉 JS如下 "use document" const iframe = document.createElement("iframe"); iframe.width = "100%"; iframe.height = "100%"; iframe.scrolling = "no"; iframe.style.border = "0"; iframe.src = "xxx"; duchamp.showDialog({ //title: "销量弹窗", width: 1920, height: 800, innerContent: iframe, //padding: "15px", //titleStyle: { fontSize: "24px",color:"white", fontWeight: "bold" }, //backgroundStyle: { background:"green" }, dialogType:"dynamic", //line: { type: "color", value: { color: "red" } }, //coordinate: [300, 240], }); |