@@ -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:"认证成功,请点击设备开启按钮"
+ // })
}
})
},