自动更新,从多个接口更新,避免单一的接口挂掉了无法更新

This commit is contained in:
liub
2025-09-19 13:46:33 +08:00
parent 482a47bd4f
commit 1cd9853f2f
4 changed files with 136 additions and 87 deletions

View File

@ -30,7 +30,7 @@
uni.getSystemInfo({success:function(res){
if(res.uniPlatform=='app'){
upgrade.checkAndUpdateWgt("http://114.55.111.217/app/CheckUpdate");
upgrade.checkAndUpdateWgt();
bleTool.getBleTool();
}
}});