lilei 4 лет назад
Родитель
Сommit
e14f36d9e5
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pages/userAuth/userAuth.vue

+ 1 - 1
pages/userAuth/userAuth.vue

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