优化配网没反应 增加配网没反应超时处理

This commit is contained in:
3321822538@qq.com 2024-11-07 17:45:21 +08:00
parent 2033c9c985
commit 0492af2a8f
2 changed files with 33 additions and 6 deletions

View File

@ -678,7 +678,7 @@
// this.devicesList
this.devicesList = uniqueDevicesList
let list = []
filteredDevices.forEach(device => {
uniqueDevicesList.forEach(device => {
// MAC MAC 6
let macFromName = device.name.substring(device.name.length - 12)
this.$u.get(`/app/device/${macFromName}/isBind`).then((res) => {

View File

@ -540,6 +540,20 @@
xBlufi.notifySendCustomData({
      customData: "ssid@" + this.ssid + "pass@" + this.password
 })
setTimeout(()=>{
if(this.textwifi != '连接'){
uni.showModal({
title: '温馨提示',
content: '配网失败,请重新操作',
showCancel: false,
success: function(res) {
uni.switchTab({
url:'/pages/index/index'
})
}
})
}
},20000)
},
@ -572,11 +586,26 @@
if (!options.result)
this.textwifi = '连接',
this.statusflag = false,
uni.hideLoading(),
// uni.hideLoading(),
uni.showModal({
title: '温馨提示',
content: '配网失败请选择2.4GWiFi连接并确保密码正确',
showCancel: false //
showCancel: false ,//
success:function(res) {
let systemInfo = uni.getSystemInfoSync();
if (systemInfo.platform == 'android') {
// Android
uni.navigateBack()
} else if (systemInfo.platform == 'ios') {
// iOS
uni.navigateBack({
delta:2
})
}
wx.closeBLEConnection({
deviceId: this.objlist.deviceId,
})
}
});
else {
if (options.data.progress == 100) {
@ -589,6 +618,7 @@
content: `连接成功`,
showCancel: false,
success: function(res) {
uni.hideLoading()
let systemInfo = uni.getSystemInfoSync();
if (systemInfo.platform == 'android') {
// Android
@ -625,9 +655,6 @@
console.log('初始化成功');
} else {
console.log('初始化失败');
wx.closeBLEConnection({
deviceId: this.objlist.deviceId,
})
// uni.showModal({
// title: '',
// content: `,`,