This commit is contained in:
yj 2025-02-20 16:08:10 +08:00
parent 5ae26babb1
commit 04f7b0bb4c
1 changed files with 11 additions and 0 deletions

View File

@ -213,6 +213,17 @@ Page({
});
this.changeAgoraDevice()
}
}).catch(() => {
wx.setStorage({
key: "isConnected",
data: true
})
wx.disableAlertBeforeUnload({
complete: () => {
onStop()
wx.navigateBack()
}
})
})
}, 1000 * 30)
}