wtt
2025-09-01 a9ad3a659b6bdffee1792ca67347fdb9a1b65c72
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) => {