lilei 4 vuotta sitten
vanhempi
commit
e14f36d9e5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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: '提示',