feat(connectedWifi): 配网成功展示完成并隐藏刷新,未配网展示跳过

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-09-01 11:57:28 +08:00
co-authored by Claude Opus 4.7
parent 13d23376c2
commit c0bc61621b
3 changed files with 17 additions and 7 deletions
@@ -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' })
}
})