Skip to content

初始化事件

事件名称

onInit

返回示例

js
onInit(e) {
  console.log(e.detail)
}

回调说明

参数名参数类型参数描述
messageString消息提示
codeInteger返回类型,0.成功,其他:失败