Authored by 李奇

Merge branch 'feature/customerService' into gray

@@ -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 },