Commit d65c1737 by hanpeng

-mark- 已完成状态的图文咨询订单,进入聊天页面,不再展示消息发送按钮

parent bc5af64f
......@@ -34,7 +34,7 @@ define(['zepto', 'medtap'], function($, medtap) {
}
}); */
/* var getTalk = setInterval(function() {
var getTalk = setInterval(function() {
chat.getTalkRecord();
window.scrollTo(0, document.documentElement.clientHeight);
}, 5000)
......@@ -48,7 +48,7 @@ define(['zepto', 'medtap'], function($, medtap) {
chat.getTalkRecord();
window.scrollTo(0, document.documentElement.clientHeight);
}, 5000)
}); */
});
},
bindEve: function() {
$('.close_info_btn').unbind().bind('click', function() {
......@@ -145,7 +145,14 @@ define(['zepto', 'medtap'], function($, medtap) {
if (imgConsultDetail.serviceStatus.key == 2) {
$('.footer_btn').show();
$('.footer').hide();
} else {
} /* else {
$('.footer_btn').hide();
$('.footer').show();
} */
else if(imgConsultDetail.serviceStatus.key == 10){
$('.footer_btn').hide();
$('.footer').hide();
}else{
$('.footer_btn').hide();
$('.footer').show();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment