gotoTopicList: function(i) {
var detailPage = null;
//获得主题页面
if(!detailPage) {
detailPage = plus.webview.getWebviewById('topicList');
}
console.log(detailPage)
//触发详情页面的newsId事件
mui.fire(detailPage, 'topicId', {
id: i.id,
title: i.name
});
openWindow('views/topic-list.html', 'topicList');
},
预加载了topic-list页面,其他页面的预加载是正常的,这个页面就是获取不到显示null
3 个回复
chender - 与人为善
你是说detailPage = plus.webview.getWebviewById('topicList');这句话返回的是null是吧?
5***@qq.com - 烨子轩
同样的问题 求解 困扰我几天了
回梦無痕 - 暂停服务
单单看这段代码看不出问题,上传重现问题的dome才好分析