Commit 4dc6a6c3 by zujiaozhang

'修改34'

parent bb9f390f
......@@ -343,6 +343,8 @@ body {
}
.footer_tip{
display: none;
position: fixed;
bottom: 1.1rem;
width:100%;
height:0.76rem;
background:#E5E8F0;
......
......@@ -73,6 +73,7 @@ define(['zepto', 'medtap'], function($, medtap) {
main.rejectOrder();
});
$('.close_consult').unbind().bind('click', function() {
console.log('1')
$('.footer_tip').hide()
main.finishOrder()
});
......@@ -155,6 +156,7 @@ define(['zepto', 'medtap'], function($, medtap) {
$('.footer_btn').hide();
$('.footer').hide();
} */
if (imgConsultDetail.serviceStatus.key == 2) {
$('.footer_btn').show();
$('.footer').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