@@ -147,7 +147,7 @@
})
// 连接成功
uni.$on('blueConnectCallback',function(type){
- if(type){
+ if(type&&!this.blueConnect){
_this.blueConnect = true
uni.showModal({
title: '提示',