见附图, 每次还不太一样, 有时候有accordion.html, 有时候没有, 其他几个页面都会出现, 是什么情况?
这个人很懒
- 发布:2014-11-13 16:28
- 更新:2014-11-13 21:56
- 阅读:1512
你看一下list.html中的js代码,预加载了下拉刷新主界面,如下代码:
$.preload({
id:"examples/pullrefresh-main.html",
url:"examples/pullrefresh-main.html"
});
同时还创建了共用的父页面(template.html)和子页面(最初是accordion.html),如下代码:
var template = plus.webview.create('examples/template.html', 'demoTemplate');
var subWebview = plus.webview.create('examples/accordion.html', 'template_sub', {
top: '48px',
bottom: '0px'
});