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) => {