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