// #ifdef H5
window.open(this.dataInfo.pageUrl, '_blank')
// #endif
// #ifdef APP-PLUS
plus.runtime.openURL(this.dataInfo.pageUrl) //这里默认使用外部浏览器打开而不是内部web-view组件打开
// #endif
我的H5是插在web-view运行的,发现以上代码在安卓端有效,但在IOS下无效
0 个回复