热更新安装失败
installWgt = (path) => {
window.plus.runtime.install(path,{},function(){
window.plus.nativeUI.closeWaiting();
console.log("安装wgt文件成功!");
window.plus.io.resolveLocalFileSystemURL(path, function(entity) {
entity.remove();
}, function(error) {
// debugCom.log(error.message);
console.log("删除失败",error);
});
window.plus.nativeUI.alert($formMessage('updataSuccess'),function(){
window.plus.runtime.restart();
},'',$formMessage('restartApp'));
},function(e){
window.plus.nativeUI.closeWaiting();
console.log("安装wgt文件失败["+e.code+"]:"+e.message);
// window.plus.nativeUI.alert("安装wgt文件失败["+e.code+"]:"+e.message);
});
}
2 个回复
7***@qq.com (作者)
已解决
1***@qq.com
我像请问一下 楼主怎么解决的啊
1***@qq.com
wgt文件 我的是文件下载不了 http://49.4.69.188:8186/uploadFile/pcUpdate/2020-07-08/724EB6D088514A4F8446174C2D5FC618.wgt这是后台返回的URL
2020-07-08 14:49
gftttrrtrt4
回复 1***@qq.com: 下载不了找后台, 把链接复制到浏览器,打不开就找后台
2020-07-09 10:56