From 46cc7a29dc1f9b3dffee5cdcb9b7f9dfdac3b16d Mon Sep 17 00:00:00 2001
From: zrg <z1873@LAPTOP-EAVL132E>
Date: 星期五, 05 九月 2025 20:44:14 +0800
Subject: [PATCH] Merge branch 'Dev' of http://101.37.171.70:10101/r/~jhz/STUWMS into Dev

---
 components/blueToothConnector/blueToothConnector.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/components/blueToothConnector/blueToothConnector.vue b/components/blueToothConnector/blueToothConnector.vue
index d642203..ce6052b 100644
--- a/components/blueToothConnector/blueToothConnector.vue
+++ b/components/blueToothConnector/blueToothConnector.vue
@@ -202,14 +202,12 @@
 				})
 				// console.log("msg: " + cmd);
 				let toast = (msg) => {
+                    uni.hideLoading()
 					uni.showToast({
 						icon: 'none',
 						title: msg,
 						duration: 2000
 					})
-					setTimeout(() => {
-						uni.hideLoading()
-					}, 3000)
 				}
 				let that = this
 				return new Promise((resolve, reject) => {

--
Gitblit v1.9.1