From 98b67973f8756373c8c18a9d3aabd382e4244d2f Mon Sep 17 00:00:00 2001
From: WindowBird <13870814+windows-bird@user.noreply.gitee.com>
Date: Wed, 3 Sep 2025 14:00:03 +0800
Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=E8=B0=83=E8=AF=95=E6=8C=89?=
=?UTF-8?q?=E9=92=AE?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
page_user/luru/bind_mac.vue | 62 ++++++++++++++++++-------------------
1 file changed, 31 insertions(+), 31 deletions(-)
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) {