基础API更新UpdateManagerUpdateManager.onCheckForUpdate本页总览UpdateManager.onCheckForUpdate简介监听向后台请求检查更新结果事件。在小程序每次启动(包括热启动)时自动检查更新,不需由开发者主动触发。参数无示例代码Page({ onLoad() { const updateManager = dlt.getUpdateManager(); updateManager.onCheckForUpdate(function (res) {}); },});