瀏覽代碼

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: '提示',