feat(connectedWifi): 配网成功展示完成并隐藏刷新,未配网展示跳过
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
13d23376c2
commit
c0bc61621b
@@ -171,8 +171,11 @@ Page({
|
||||
},
|
||||
|
||||
onConfirm() {
|
||||
if (!this.data.hasConnected) return
|
||||
if (!this._ensureConnected()) return
|
||||
wx.reLaunch({ url: '/pages/equipment/equipment' })
|
||||
},
|
||||
|
||||
onSkip() {
|
||||
wx.reLaunch({ url: '/pages/home/home' })
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user