页面dom结构加载完成后的事件,类似zepto.js 的 $(function(){...})。
无
app.page.onReady=function(){ app.hint("页面dom结构加载完成"); }
← onLoad onError →