zrg
2025-09-05 46cc7a29dc1f9b3dffee5cdcb9b7f9dfdac3b16d
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) => {