mui.plusReady(function() {
console.log("苹果系统都不打印我")
var ws_parent = top.frames.plus.webview.currentWebview();
var body_parent = top.frames.document.getElementsByTagName('body')[0];
var iframe_obj = top.frames.document.getElementsByClassName('pop-favorite-content')[0]
mui('.pop-favorite').on('tap', '.cancel', function() {
console.log('点击完成')
iframe_obj.style.display="none"
});
});
2 个回复
DCloud_IOS_XTY
哪个不能执行我试了可以啊?
吉吉壹次心 (作者)
iframe在 苹果不能执行
不过 我换了个方式 做 不用iframe了
析语
怎么做的呢
2016-11-22 21:25