更新100j蓝牙

This commit is contained in:
微微一笑
2026-03-19 12:37:29 +08:00
parent ebe126d826
commit f943bb9b09
4 changed files with 605 additions and 37 deletions

View File

@ -243,6 +243,7 @@
deviceUpdateVolume,
deviceVoiceBroadcast,
updateBleStatus,
getBleStatus,
parseBleData,
fetchBlePowerStatus,
fetchBleLocation
@ -714,16 +715,17 @@
}
})
},
// 语音管理
// 语音管理(传递蓝牙状态,确保子页走蓝牙优先)
audioManager(item) {
if (this.Status.apiType !== 'listA') {}
const ble = getBleStatus();
uni.navigateTo({
url: '/pages/100J/audioManager/AudioList',
events: {},
success: (res) => {
// 页面跳转成功后的回调函数
res.eventChannel.emit('deviceData', {
data: item
data: item,
ble
});
},
});