Showing
1 changed file
with
9 additions
and
2 deletions
@@ -412,7 +412,10 @@ function pageInit() { | @@ -412,7 +412,10 @@ function pageInit() { | ||
412 | */ | 412 | */ |
413 | function handleCusMsg(rec, msgType, message) { | 413 | function handleCusMsg(rec, msgType, message) { |
414 | var dom, | 414 | var dom, |
415 | - image; | 415 | + image, |
416 | + mode = 2, | ||
417 | + width = 100, | ||
418 | + height = 100; | ||
416 | 419 | ||
417 | message.newContent = emojiPrefix(message.newContent); | 420 | message.newContent = emojiPrefix(message.newContent); |
418 | 421 | ||
@@ -688,7 +691,7 @@ function pageInit() { | @@ -688,7 +691,7 @@ function pageInit() { | ||
688 | $iconEval.hide(); | 691 | $iconEval.hide(); |
689 | $iconMs.hide(); | 692 | $iconMs.hide(); |
690 | $reconnect = $msgList.find('.list-item') | 693 | $reconnect = $msgList.find('.list-item') |
691 | - .last().find('.reconnect'); | 694 | + .last().find('.reconnect'); |
692 | 695 | ||
693 | if (!$reconnect.length) { | 696 | if (!$reconnect.length) { |
694 | offlineTip(); | 697 | offlineTip(); |
@@ -718,6 +721,10 @@ function pageInit() { | @@ -718,6 +721,10 @@ function pageInit() { | ||
718 | heightBefore, | 721 | heightBefore, |
719 | heightAfter; | 722 | heightAfter; |
720 | 723 | ||
724 | + var mode = 2, | ||
725 | + width = 100, | ||
726 | + height = 100; | ||
727 | + | ||
721 | msgList = msgList.reverse(); | 728 | msgList = msgList.reverse(); |
722 | len = msgList.length; | 729 | len = msgList.length; |
723 | 730 |
-
Please register or login to post a comment