diff --git a/components/tpx-bluetooth-native/tpx-bluetooth-native.vue b/components/tpx-bluetooth-native/tpx-bluetooth-native.vue
index 166d470..76643c9 100644
--- a/components/tpx-bluetooth-native/tpx-bluetooth-native.vue
+++ b/components/tpx-bluetooth-native/tpx-bluetooth-native.vue
@@ -3,9 +3,9 @@
-
+
- {{searchLoading?'搜索中...':'搜索周边设备'}}
+ {{searchLoading?'搜索中...':'搜索设备'}}
停止搜索
@@ -200,6 +200,7 @@ export default {
console.log("连接蓝牙 设备=====", deviceId)
let bl = await new Promise((resolve)=> {
bluetoothTool.connDevice(deviceId,(result) => {
+ console.log('bluetoothTool.connDevice result ====== ', result)
let lb = !!result
_this.isStateOn = lb
resolve(lb)
diff --git a/components/tpx-bluetooth-print/render-template-native.vue b/components/tpx-bluetooth-print/render-template-native.vue
index 45b7c41..caff791 100644
--- a/components/tpx-bluetooth-print/render-template-native.vue
+++ b/components/tpx-bluetooth-print/render-template-native.vue
@@ -4,7 +4,6 @@
确认打印
- 打印内容
@@ -154,12 +153,11 @@ export default {
\ No newline at end of file
diff --git a/components/tpx-bluetooth/tpx-bluetooth.vue b/components/tpx-bluetooth/tpx-bluetooth.vue
index 3567cac..e4e25d8 100644
--- a/components/tpx-bluetooth/tpx-bluetooth.vue
+++ b/components/tpx-bluetooth/tpx-bluetooth.vue
@@ -3,9 +3,9 @@
-
+
- {{searchLoading?'搜索中...':'搜索周边设备'}}
+ {{searchLoading?'搜索中...':'搜索设备'}}
停止搜索