7305修改人员信息的点阵方式

This commit is contained in:
liub
2025-10-23 08:46:44 +08:00
parent c6ed8635c7
commit 61433fca05
3 changed files with 62 additions and 33 deletions

View File

@ -36,10 +36,10 @@
//将检查更新换到onshow,因为苹果用户喜欢一直挂着
uni.getSystemInfo({success:function(res){
if(res.uniPlatform=='app'){
bleTool.getBleTool();
let appid=plus.runtime.appid;
if(appid!=='HBuilder'){
console.log("appid=",appid);
bleTool.getBleTool();
console.log("appid=",appid);
upgrade.checkAndUpdateWgt();
}