var cmbcurl = "https://creditcard.cmbc.com.cn/wsonline/index/index.jhtml?tradeFrom=YX-XMLB&EnStr=5256D81889862C883A67A0D7E9290FF2&;jg=629000003&jgEnStr=886265CC1B8E7FD5A65FED7020DD2CF5";
main = plus.webview.currentWebview();
var content = plus.webview.create(cmbcurl, 'content', {
top: '45px',
bottom: '55px',
bounce: 'vertical'
});
main.append(content);
content.addEventListener('loaded', function() {
mui.toast("加载完毕");
});
2 个回复
badfl - mui详细文档:http://ask.dcloud.net.cn/article/1039
content.show();
badfl - mui详细文档:http://ask.dcloud.net.cn/article/1039
http://www.html5plus.org/doc/zh_cn/webview.html#plus.webview.show
我是大笨蛋 (作者)
问题解决了,谢谢
2017-04-13 14:27
badfl
不客气
2017-04-13 14:31