Commit 595b9cfe by hanpeng

-mark -20200109

parent e12c7de4
...@@ -41,6 +41,9 @@ define(['zepto', 'medtap'], function($, medtap) { ...@@ -41,6 +41,9 @@ define(['zepto', 'medtap'], function($, medtap) {
//alert(detail.doctorId) //alert(detail.doctorId)
$('.service_type').html(detail.payDesc); $('.service_type').html(detail.payDesc);
$('.service_doctor').html(imgConsult.doctorName); $('.service_doctor').html(imgConsult.doctorName);
$('.service_doctor').unbind.bind('click',function(){
medtap.pushWindow('https://review-formal.iplusmed.com/wechatForLungCancer/dev/wechat_lung_push_doctor/pages/doctorHomePage.html?doctorId=' + imgConsult.doctorId + '&wechatId=' + detail.wechatId)
})
$('.service_price').html(detail.payFee + '元'); $('.service_price').html(detail.payFee + '元');
var sex = ''; var sex = '';
if (imgConsult.sex == 'M') { if (imgConsult.sex == 'M') {
...@@ -87,6 +90,8 @@ define(['zepto', 'medtap'], function($, medtap) { ...@@ -87,6 +90,8 @@ define(['zepto', 'medtap'], function($, medtap) {
} else { } else {
$('.pay_box').hide(); $('.pay_box').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