1
0
forked from dyf/APP

670小问题修复

This commit is contained in:
liub
2025-09-23 16:57:31 +08:00
parent 2546287bb4
commit ab696c3076
7 changed files with 84 additions and 69 deletions

View File

@ -30,8 +30,9 @@
uni.getSystemInfo({success:function(res){
if(res.uniPlatform=='app'){
upgrade.checkAndUpdateWgt();
bleTool.getBleTool();
upgrade.checkAndUpdateWgt();
}
}});
},