diff --git a/public/js/service/client.page.js b/public/js/service/client.page.js index f4db10a..4d54d04 100644 --- a/public/js/service/client.page.js +++ b/public/js/service/client.page.js @@ -546,12 +546,14 @@ function _loadPage() { switch (item.type) { case allRTs.CU_SEND: - dom += cusTpl({ - userHead: item.userHead, - userName: item.userName, - sendTimeShort: item.sendTimeLong, - newContent: item.chatMessage.newContent - }); + if (item.chatMessage.type !== 11) { + dom += cusTpl({ + userHead: item.userHead, + userName: item.userName, + sendTimeShort: item.sendTimeLong, + newContent: item.chatMessage.newContent + }); + } break; case allRTs.ROBOT_SEND: