lilei 4 éve
szülő
commit
757331c77a
1 módosított fájl, 4 hozzáadás és 4 törlés
  1. 4 4
      pages/index/index.vue

+ 4 - 4
pages/index/index.vue

@@ -275,10 +275,10 @@
 				openDevice(params).then(res => {
 					console.log(res)
 					if(res.status == 200){
-						uni.showToast({
-							icon:"none",
-							title:"开启成功"
-						})
+						// uni.showToast({
+						// 	icon:"none",
+						// 	title:"认证成功,请点击设备开启按钮"
+						// })
 					}
 				})
 			},