diff --git a/page_user/luru/bind_mac.vue b/page_user/luru/bind_mac.vue index f1b2da8..04d1e54 100644 --- a/page_user/luru/bind_mac.vue +++ b/page_user/luru/bind_mac.vue @@ -29,19 +29,19 @@ type="text" /> - - 卡商:{{ kaname }} - 请点击选择卡商 - - - - 版本:{{ hardwareInfo.version }} - 请点击选择版本 - - - 版本介绍:{{ hardwareInfo.instructions }} - - + + + + + + + + + + + + + 确认添加 返回 - 蓝牙链接 - 响铃寻车 + + 蓝牙开锁 蓝牙关锁 - 进入烧录 - 设备重启 - 接口响铃 + + + @@ -498,12 +498,12 @@ export default { }) }, open() { - xBlufi.notifySendCustomData({ - customData: '11open', - }) - xBlufi.notifySendCustomData({ - customData: 'open', - }) + xBlufi.notifySendCustomData({ + customData: '11open', + }) + xBlufi.notifySendCustomData({ + customData: 'open', + }) // let vm = this // 将外部的 this 绑定到 vm 上 // uni.getNetworkType({ // success(res) { @@ -511,7 +511,7 @@ export default { // uni.getConnectedBluetoothDevices({ // success(res) { // console.log('已连接的蓝牙设备信息:', res) - + // }, // fail(err) { // uni.hideLoading() @@ -548,12 +548,12 @@ export default { }) }, close() { - xBlufi.notifySendCustomData({ - customData: '11close', - }) - xBlufi.notifySendCustomData({ - customData: 'close', - }) + xBlufi.notifySendCustomData({ + customData: '11close', + }) + xBlufi.notifySendCustomData({ + customData: 'close', + }) // let vm = this // 将外部的 this 绑定到 vm 上 // uni.getNetworkType({ // success(res) {