|
@ -359,7 +359,10 @@ function showMsg(msgList, isClear, isPre, appendImg, scrollToTop) {
|
|
if(typeMsg == 7 && msg.sender_id == 'system'){
|
|
if(typeMsg == 7 && msg.sender_id == 'system'){
|
|
contentMsg = "居民24小时内未回复,系统自动结束咨询";
|
|
contentMsg = "居民24小时内未回复,系统自动结束咨询";
|
|
}
|
|
}
|
|
html += '<div class="time-tips"><div>'+ contentMsg +' </div></div>';
|
|
|
|
|
|
if(typeMsg != 14){ //14标记患者进入咨询
|
|
|
|
html += '<div class="time-tips"><div>'+ contentMsg +' </div></div>';
|
|
|
|
}
|
|
|
|
|
|
continue;
|
|
continue;
|
|
} else if(typeMsg == 5){
|
|
} else if(typeMsg == 5){
|
|
var con = JSON.parse(msg.content);
|
|
var con = JSON.parse(msg.content);
|