Commit bb9f390f by zujiaozhang

'修改返回参数'

parent 866c9e98
......@@ -92,7 +92,7 @@ define(['zepto', 'medtap'], function($, medtap) {
$('.user_age').html(detail.imageConsultOrder.age + '岁' + ' ' + detail.imageConsultOrder.diseaseDiagnosisDesc)
main.talkRelation(detail.clientId);
var imgConsultDetail = detail.imageConsultOrder; //图文咨询详情
if(imgConsultDetail.serviceStatus=='3'){
if(imgConsultDetail.serviceStatus.key=='3'){
$('.footer_tip').show()
}else{
$('.footer_tip').hide()
......
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