Merge branch 'feature/customerService' into gray
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -694,6 +694,7 @@ function pageInit() { | @@ -694,6 +694,7 @@ function pageInit() { | ||
694 | .last().find('.reconnect'); | 694 | .last().find('.reconnect'); |
695 | 695 | ||
696 | if (!$reconnect.length) { | 696 | if (!$reconnect.length) { |
697 | + socketChat.clear(); | ||
697 | offlineTip(); | 698 | offlineTip(); |
698 | } | 699 | } |
699 | }, | 700 | }, |
-
Please register or login to post a comment