瀏覽代碼

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