HomeDocs
跳到主要内容

UpdateManager.onUpdateFailed

简介

监听小程序更新失败事件。小程序有新版本,客户端主动触发下载(无需开发者触发),下载失败(可能是网络原因等)后回调

参数

示例代码

Page({
onLoad() {
const updateManager = dlt.getUpdateManager();
updateManager.onUpdateFailed(function (res) {
// 新版本下载失败
});
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.