소스 검색

bug 修复

lilei 4 년 전
부모
커밋
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: '提示',