作者 654550265

取消预约修改

... ... @@ -232,6 +232,17 @@
var two_hour = 12*3600*1000;
var date=new Date().getTime();
if(yuTime-date<=two_hour){
$('.tan_car').attr("src","/static/image/tan_car2.png");
$('.tan_car').css({"width":"4.97rem","height":"2.88rem"});
$('.tan_text').html("抱歉,已过取消预约时间无法取消");
tankuang();
$('.btn_qr').click(function() {
$("html").css("overflow", "auto");
$("body").css("overflow", "auto");
$(".full_bg").hide();
$(".yu_tan").hide();
});
}else{
tankuang();
$('.btn_qr').click(function(){
$("html").css("overflow","auto");
... ... @@ -250,17 +261,6 @@
}
})
});
}else{
$('.tan_car').attr("src","/static/image/tan_car2.png");
$('.tan_car').css({"width":"4.97rem","height":"2.88rem"});
$('.tan_text').html("抱歉,已过取消预约时间无法取消");
tankuang();
$('.btn_qr').click(function() {
$("html").css("overflow", "auto");
$("body").css("overflow", "auto");
$(".full_bg").hide();
$(".yu_tan").hide();
});
}
}
});
... ...