huangxiaojing 4 years ago
parent
commit
20cab0bcbb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      screenIos/WXdraw.js

+ 1 - 0
screenIos/WXdraw.js

@@ -134,6 +134,7 @@ wsss.onmessage = function(event) {
 
 };
 wsss.onclose = function(event) {
+	alert("websocket连接断开");
 	console.log("onclose==============");
 };
 wsss.onerror = function(event) {