1
0
forked from dyf/APP

修复蓝牙连接锁未释放的问题

This commit is contained in:
liub
2026-04-30 11:23:28 +08:00
parent 677586e51c
commit 6d9df4c945
24 changed files with 1225 additions and 759 deletions

View File

@ -20,7 +20,7 @@
</view>
</uni-nav-bar>
<view class="eq">
<view class="eq" :style="{marginTop:Status.navbar.height+'px'}">
<view class="leftImg" @click.stop="previewImg(device.devicePic?device.devicePic:formData.img)">
<image class="img" :src="device.devicePic?device.devicePic:formData.img" mode="aspectFit"></image>
</view>
@ -323,7 +323,8 @@
callback: this.gotoShare,
apiType: 'listA'
}],
title: 'BJQ4877'
title: 'BJQ4877',
height:90
},
ShowEditChannel: false,
@ -447,7 +448,9 @@
},
}
},
created() {
this.Status.navbar.height = uni.getSystemInfoSync().statusBarHeight + 44;
},
onUnload() {
console.log("页面卸载,释放资源");
ble.removeAllCallback(pagePath);