聆客开放平台

# onLoad

页面dom结构加载完成后的事件,类似window.onload。

# 输入

# 输出

# 示例代码

app.page.onLoad = function() {
  bui.alert('页面加载完成');
};