作者 654550265

取消预约修改

@@ -232,6 +232,17 @@ @@ -232,6 +232,17 @@
232 var two_hour = 12*3600*1000; 232 var two_hour = 12*3600*1000;
233 var date=new Date().getTime(); 233 var date=new Date().getTime();
234 if(yuTime-date<=two_hour){ 234 if(yuTime-date<=two_hour){
  235 + $('.tan_car').attr("src","/static/image/tan_car2.png");
  236 + $('.tan_car').css({"width":"4.97rem","height":"2.88rem"});
  237 + $('.tan_text').html("抱歉,已过取消预约时间无法取消");
  238 + tankuang();
  239 + $('.btn_qr').click(function() {
  240 + $("html").css("overflow", "auto");
  241 + $("body").css("overflow", "auto");
  242 + $(".full_bg").hide();
  243 + $(".yu_tan").hide();
  244 + });
  245 + }else{
235 tankuang(); 246 tankuang();
236 $('.btn_qr').click(function(){ 247 $('.btn_qr').click(function(){
237 $("html").css("overflow","auto"); 248 $("html").css("overflow","auto");
@@ -250,17 +261,6 @@ @@ -250,17 +261,6 @@
250 } 261 }
251 }) 262 })
252 }); 263 });
253 - }else{  
254 - $('.tan_car').attr("src","/static/image/tan_car2.png");  
255 - $('.tan_car').css({"width":"4.97rem","height":"2.88rem"});  
256 - $('.tan_text').html("抱歉,已过取消预约时间无法取消");  
257 - tankuang();  
258 - $('.btn_qr').click(function() {  
259 - $("html").css("overflow", "auto");  
260 - $("body").css("overflow", "auto");  
261 - $(".full_bg").hide();  
262 - $(".yu_tan").hide();  
263 - });  
264 } 264 }
265 } 265 }
266 }); 266 });