소스 검색

bug 修复

lilei 4 년 전
부모
커밋
757331c77a
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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:"认证成功,请点击设备开启按钮"
+						// })
 					}
 				})
 			},