Commit 595b9cfe by hanpeng

-mark -20200109

parent e12c7de4
......@@ -41,6 +41,9 @@ define(['zepto', 'medtap'], function($, medtap) {
//alert(detail.doctorId)
$('.service_type').html(detail.payDesc);
$('.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 + '元');
var sex = '';
if (imgConsult.sex == 'M') {
......@@ -87,6 +90,8 @@ define(['zepto', 'medtap'], function($, medtap) {
} else {
$('.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