|
@@ -202,6 +202,8 @@
|
|
|
if (ws.readyState === 1) {
|
|
|
ws.send("ping");
|
|
|
} else {
|
|
|
+ clearInterval(intervaler);
|
|
|
+ $.toast("画面异常,请重新进入", "text");
|
|
|
wx.miniProgram.switchTab({
|
|
|
url: '/pages/home/home'
|
|
|
});
|
|
@@ -220,6 +222,8 @@
|
|
|
clearInterval(intervaler);
|
|
|
throttle(doConnect, 100);
|
|
|
if (errorTime > 1000) {
|
|
|
+ $.toast("画面异常,请重新进入", "text");
|
|
|
+ wsss.close();
|
|
|
wx.miniProgram.switchTab({
|
|
|
url: '/pages/home/home'
|
|
|
})
|
|
@@ -344,7 +348,7 @@
|
|
|
ws.send(checkBuffer);
|
|
|
}
|
|
|
else {
|
|
|
- $.toast("音视频鉴权失败", "text");
|
|
|
+ $.toast("画面异常,请重新进入", "text");
|
|
|
clearInterval(intervaler);
|
|
|
ws.close();
|
|
|
wsss.close();
|