更新100j蓝牙
This commit is contained in:
@ -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
|
||||
});
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user